:root {
  --gradient-dark-blue: #12538b;
  --gradient-light-blue: #1f8deb;
  --siva: #47484873;
}

body {
  color: #f2f9ff;
  background-color: #000;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 100px;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 18px;
}

.container {
  float: none;
  clear: none;
  text-align: left;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
  position: static;
}

.navbar {
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: grid;
}

.navbar.porfolio-page-nav {
  grid-column-gap: 26%;
  grid-row-gap: 26%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.body {
  font-weight: 700;
}

.heading {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 96px;
  line-height: 100px;
  display: block;
}

.gradient-text {
  background-image: linear-gradient(90deg, var(--gradient-dark-blue), var(--gradient-light-blue) 50%, var(--gradient-dark-blue));
  -webkit-text-fill-color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

.gradient-text.cream-gradient {
  background-image: linear-gradient(90deg, #f7f7f0, #a49b87 50%, #f7f7f0);
}

.gradient-text.red-gradient {
  background-image: linear-gradient(90deg, #e11d2e, #fff 50%, #e11d2e);
}

.no-capitalize-h2 {
  text-transform: none;
}

.button {
  background-image: linear-gradient(90deg, var(--gradient-dark-blue), var(--gradient-light-blue));
  cursor: pointer;
  border-radius: 35px;
  padding: 20px 30px;
  font-size: 24px;
  font-weight: 700;
}

.button:hover {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #3898ec00;
  background-clip: border-box;
}

.button.button-none {
  background-image: linear-gradient(90deg, var(--gradient-dark-blue), var(--gradient-light-blue));
  text-align: center;
  border-radius: 35px;
}

.button.button-none.cream-gradient {
  background-image: linear-gradient(90deg, #a49b87, #f7f7f0);
}

.button.button-none.red-gradient {
  background-image: linear-gradient(90deg, #e11d2e, #000 100%, var(--gradient-light-blue));
}

.card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px none var(--siva);
  background-color: #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  padding: 30px 0 30px 25px;
  display: flex;
  position: static;
}

.card.mywork-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.card.card-right {
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 25px;
}

.heading-20,
.heading-22 {
  text-align: right;
}

.heading-2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.card-mask {
  background-color: #2b2b2b;
  border-radius: 20px;
  max-width: none;
  padding: 14px 22px;
  position: static;
}

.card-border {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--siva);
  background-image: linear-gradient(90deg, var(--gradient-dark-blue), var(--gradient-light-blue) 50%, var(--gradient-dark-blue));
  vertical-align: baseline;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-top: 0;
  padding: 2px;
  display: block;
  position: static;
}

.p1 {
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 30px;
}

.service-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-wrapper {
  position: absolute;
  bottom: 100px;
}

.p2 {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
}

.p2.aboutme-p {
  font-weight: 400;
  line-height: 25px;
}

.all-sections {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
}

.all-sections.footer {
  padding-bottom: 0;
}

.hero-wrapper {
  grid-column-gap: 159px;
  grid-row-gap: 159px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: block;
}

.hero-img {
  z-index: 2;
  width: 55%;
  margin-top: 250px;
  position: static;
}

.heading-4 {
  font-size: 24px;
  line-height: 20px;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-icon-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
  position: static;
}

.icons-wrapper {
  background-image: linear-gradient(90deg, var(--gradient-dark-blue), var(--gradient-light-blue) 50%, var(--gradient-dark-blue));
  padding: 2px;
  display: inline-block;
  position: static;
}

.icons-wrapper.webflow-aboutme {
  position: absolute;
  top: 14%;
  right: 76%;
  transform: rotate(-49deg);
}

.icons-wrapper.xano-aboutme {
  position: absolute;
  top: 5%;
  right: 14%;
  transform: rotate(37deg);
}

.icons-wrapper.figma-aboutme {
  position: absolute;
  top: 72%;
  right: 22%;
  transform: rotate(142deg);
}

.image {
  background-color: #000;
  padding-top: 0;
}

.image-2, .image-3 {
  background-color: #000;
}

.text-wrapper-vertical {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-6 {
  margin-top: 10px;
  font-size: 80px;
  line-height: 90px;
}

.background-mask-blue {
  z-index: 1;
  opacity: 1;
  filter: blur(250px);
  background-color: #1f8deb59;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.background-mask-blue.work-section-mask {
  z-index: -1;
  inset: 32% 0% 0%;
}

.background-mask-blue.services-mask-first {
  z-index: -1;
  top: 20%;
  bottom: auto;
}

.background-mask-blue.services-mask-second {
  z-index: -1;
  bottom: 35%;
}

.background-mask-blue.services-mask-third {
  z-index: -1;
  bottom: 10%;
}

.image-hero {
  position: relative;
}

.hero-img-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.webflow-logo-wrapper.image-none {
  justify-content: center;
  align-items: center;
  display: flex;
}

.center-navbar-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper {
  border: 0 solid #fff;
  border-radius: 35px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.container-3 {
  max-width: 1200px;
}

.heading-7 {
  color: #f2f9ff;
  margin-bottom: 3px;
  font-weight: 400;
}

.all-links {
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}

.heading-8 {
  color: #f2f9ff;
  margin-bottom: 3px;
  font-weight: 400;
  text-decoration: none;
  overflow: visible;
}

.persons-wrapper {
  margin-top: 30px;
}

.text-with-line {
  margin-top: 20px;
  position: relative;
}

.text-block {
  text-transform: uppercase;
  position: static;
}

.line {
  position: absolute;
  bottom: -33px;
  left: -9px;
}

.all-class-heading {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-10, .bold-text {
  font-weight: 400;
}

.mywork-cards-wrapper-up {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.mywork-cards-wrapper-down {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.button-center {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.aboutme-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.aboutme-text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.aboutme-text-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.aboutme-flex-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.span-text-weight {
  font-size: 32px;
}

.span-text-weight.gradient-text {
  text-transform: uppercase;
  font-size: 24px;
}

.all-averages {
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--gradient-dark-blue), var(--gradient-light-blue) 50%, var(--gradient-dark-blue));
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 2px;
}

.heading-11 {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
}

.bold-text-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.all-average-text {
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 25px;
}

.all-average-text.left-averages {
  width: 120px;
}

.aboutme-flex-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.aboutme-flex-child {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.service-cards-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block, .div-block-2 {
  flex: 1;
}

.service-left-side {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(60px);
}

.service-right-side {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 275px;
  padding-top: 0;
  display: flex;
  transform: translate(-60px);
}

.p-service {
  text-align: left;
  font-size: 32px;
  line-height: 30px;
}

.p-service.p-right {
  text-align: right;
}

.images-black-bg {
  background-color: #000;
}

.images-black-bg.padding-img-bd {
  padding: 0;
}

.contact-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-left, .contact-right {
  flex: 1;
}

.contact-left-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form {
  margin-left: 10%;
  padding-left: 0;
}

.form-text-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-text-margin.form-name {
  margin-top: 0;
}

.form-text-field {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border: 0 #000;
  border-radius: 10px;
  min-height: 50px;
  margin-bottom: 0;
  padding: 0 0 0 10px;
  font-size: 28px;
}

.form-text-field.form-message {
  box-sizing: border-box;
  min-height: 150px;
}

.form-textarea-gradient {
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--gradient-dark-blue), var(--gradient-light-blue) 50%, var(--gradient-dark-blue));
  border-radius: 10px;
  padding: 1px;
}

.footer-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-text-wrapper {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.heading-13 {
  margin-left: 0;
  margin-right: 0;
}

.copyright-wrapper {
  width: 16%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-aboutme {
  max-width: none;
  position: static;
}

.aboutme-image-wrapper {
  width: 100%;
  position: relative;
}

.image-6, .image-7 {
  background-color: #000;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.portfolio-page-title {
  text-align: center;
}

/* Portfolio detail pages — ~15% smaller main content (navbar/footer unchanged) */
body.portfolio-detail-page .portfolio-page-main .container {
  max-width: 1054px;
}

body.portfolio-detail-page .portfolio-page-main .portfolio-page-title {
  font-size: 81.6px;
  line-height: 85px;
}

body.portfolio-detail-page .portfolio-page-main .project-page-p {
  font-size: 27.2px;
  line-height: 38px;
}

body.portfolio-detail-page .portfolio-page-main .flex-div {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
}

body.portfolio-detail-page .portfolio-page-main .flex-div.margin-100px {
  margin-bottom: 85px;
}

body.portfolio-detail-page .portfolio-page-main .flex-div.margin-75px {
  margin-bottom: 64px;
}

body.portfolio-detail-page .portfolio-page-main .image-16,
body.portfolio-detail-page .portfolio-page-main .image-17,
body.portfolio-detail-page .portfolio-page-main .image-18,
body.portfolio-detail-page .portfolio-page-main .image-19,
body.portfolio-detail-page .portfolio-page-main .image-20,
body.portfolio-detail-page .portfolio-page-main .image-21,
body.portfolio-detail-page .portfolio-page-main .image-22 {
  width: 85%;
  max-width: 85%;
}

.text-span,
.text-span strong,
.text-span b,
.text-span span,
.text-span div,
.text-span [class*="gsap_split"] {
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
}

.text-span {
  background-image: linear-gradient(90deg, #f7f7f0, #a59c88 50%, #f7f7f0) !important;
}

.text-span.red-gradient,
.text-span.red-gradient strong,
.text-span.red-gradient b,
.text-span.red-gradient span,
.text-span.red-gradient div,
.text-span.red-gradient [class*="gsap_split"] {
  background-image: linear-gradient(90deg, #f7f7f0, #e11d2e 0%, #fff 50%, #e11d2e) !important;
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f7f7f0, #a59c88 50%, #f7f7f0);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span.red-gradient {
  background-image: linear-gradient(90deg, #f7f7f0, #e11d2e 0%, #fff 50%, #e11d2e);
}

.flex-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.flex-div.margin-100px {
  margin-bottom: 100px;
}

.flex-div.margin-75px {
  margin-bottom: 75px;
}

.project-page-p {
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
}

.project-page-p.text-center {
  text-align: center;
}

.image-16 {
  margin-left: 0;
  margin-right: 0;
}

.heading-29 {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-23 {
  z-index: 0;
  position: absolute;
  inset: -38% -23% 0% 0%;
}

.image-24 {
  position: absolute;
  bottom: 0;
}

.nav-links-wrapper, .div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn {
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-gradient {
  background-color: #0000;
  background-image: linear-gradient(72deg, #7da4c6, #a6c8e4 0%, var(--gradient-dark-blue));
  min-width: 220px;
  min-height: 220px;
  position: relative;
}

.btn-gradient.btn-ch {
  background-image: linear-gradient(#f7f7f0, #a59c88);
}

.btn-gradient.btn-gym {
  background-image: linear-gradient(#e11d2e, #fff);
}

.btn-inner {
  background-color: #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  margin: 4px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-2 {
  color: #fff;
  font-size: 20px;
}

.form-text-area {
  background-color: #000;
  border: 0 solid #000;
  border-radius: 10px;
  min-height: 150px;
  margin-bottom: 0;
}

.underline {
  background-color: #fff;
  background-image: linear-gradient(180deg, var(--gradient-dark-blue), var(--gradient-light-blue));
  height: 2px;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .container {
    width: 85%;
    max-width: 900px;
  }

  .navbar {
    grid-column-gap: 17%;
    grid-row-gap: 17%;
  }

  .navbar.porfolio-page-nav {
    grid-column-gap: 31%;
    grid-row-gap: 31%;
  }

  .button {
    text-align: center;
    padding: 12px 9px;
    font-size: 16px;
  }

  .btn {
    width: 160px;
    height: 48px;
  }

  .btn-inner {
    margin: 3px;
  }

  .text-block-2 {
    font-size: 15px;
  }

  .card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 12px;
  }

  .card.card-right {
    padding-right: 12px;
  }

  .heading-20,
  .heading-22 {
    text-align: right;
  }

  .card-mask {
    padding: 10px 16px;
  }

  .p2 {
    letter-spacing: 0;
    font-size: 14px;
  }

  .all-sections {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .all-sections.footer {
    padding-top: 35px;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
  }

  .hero-text {
    width: 40%;
  }

  .hero-text > .btn {
    margin-left: auto;
    margin-right: auto;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .icons-wrapper.webflow-aboutme {
    right: 75%;
  }

  .icons-wrapper.xano-aboutme {
    right: 14%;
  }

  .icons-wrapper.figma-aboutme {
    padding: 2px;
    top: 68%;
    right: 18%;
  }

  .image, .image-2, .image-3 {
    max-width: 40px;
  }

  .text-wrapper-vertical {
    margin-bottom: 0;
  }

  .heading-5 {
    font-size: 12px;
  }

  .heading-6 {
    margin-top: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .background-mask-blue.services-mask-first {
    width: 200px;
    height: 200px;
  }

  .image-hero {
    max-width: 65%;
  }

  .center-navbar-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .heading-7, .heading-8 {
    font-size: 16px;
  }

  .persons-wrapper, .text-with-line {
    margin-top: 15px;
  }

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

  .line {
    max-width: 80px;
    bottom: -10px;
    left: -4px;
  }

  .all-class-heading {
    margin-bottom: 10px;
  }

  .heading-9 {
    font-size: 28px;
  }

  .mywork-cards-wrapper-up {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
  }

  .mywork-cards-wrapper-down {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 15px;
  }

  .aboutme-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .aboutme-text-flex {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .span-text-weight.gradient-text {
    font-size: 14px;
  }

  .all-average-text.left-averages {
    font-size: 28px;
  }

  .service-left-side {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .service-right-side {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    margin-top: 148px;
    transform: translate(-60px);
  }

  .p-service {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .p-service.p-right {
    font-size: 16px;
  }

  .images-black-bg {
    width: 50px;
  }

  .contact-left-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .form-text-margin, .form-text-margin.form-name {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .form-text-field {
    min-height: 30px;
  }

  .form-text-field.form-message {
    min-height: 100px;
  }

  .heading-12 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-13 {
    text-align: center;
    font-size: 14px;
  }

  .copyright-wrapper {
    width: 12.5%;
  }

  .image-aboutme {
    width: 275px;
  }

  .image-6, .image-7 {
    width: 25px;
  }

  .image-8 {
    max-width: 50%;
  }

  .image-9 {
    max-width: 70%;
  }

  .image-10 {
    max-width: 100%;
  }

  .image-work {
    width: 220px;
  }

  .image-11 {
    width: 280px;
  }

  .image-12 {
    width: 330px;
  }

  .image-work-center {
    width: 250px;
  }

  .image-work-down {
    width: 280px;
  }

  .heading-14 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .heading-15 {
    font-size: 28px;
  }

  .heading-16 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .aboutme-heading5 {
    font-size: 14px;
  }

  .heading-17 {
    order: -9999;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .image-13 {
    width: 25px;
  }

  .heading-18 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .heading-19 {
    font-size: 24px;
  }

  .bold-text-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-20, .heading-21, .heading-22, .heading-23 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
  }

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

  .heading-25 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .heading-26, .heading-27 {
    font-size: 24px;
    line-height: 30px;
  }

  .image-14 {
    width: 150px;
  }

  .image-15 {
    max-width: 50%;
  }

  .heading-28 {
    font-size: 48px;
    line-height: 50px;
  }

  body.portfolio-detail-page .portfolio-page-main .portfolio-page-title {
    font-size: 40.8px;
    line-height: 42.5px;
  }

  body.portfolio-detail-page .portfolio-page-main .project-page-p {
    font-size: 11.9px;
    line-height: 21.25px;
  }

  body.portfolio-detail-page .portfolio-page-main .flex-div.margin-100px {
    margin-bottom: 42.5px;
  }

  body.portfolio-detail-page .portfolio-page-main .flex-div.margin-75px {
    margin-bottom: 21.25px;
  }

  body.portfolio-detail-page .portfolio-page-main .image-16,
  body.portfolio-detail-page .portfolio-page-main .image-17,
  body.portfolio-detail-page .portfolio-page-main .image-18,
  body.portfolio-detail-page .portfolio-page-main .image-19,
  body.portfolio-detail-page .portfolio-page-main .image-20,
  body.portfolio-detail-page .portfolio-page-main .image-21,
  body.portfolio-detail-page .portfolio-page-main .image-22 {
    width: 85%;
    max-width: 85%;
  }

  .flex-div.margin-100px {
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-div.margin-75px {
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .project-page-p {
    font-size: 14px;
    line-height: 25px;
  }

  .image-16 {
    max-width: 60%;
  }

  .image-17 {
    max-width: 40%;
  }

  .image-18 {
    max-width: 60%;
  }

  .image-19 {
    max-width: 40%;
  }

  .image-20 {
    max-width: 60%;
  }

  .image-21 {
    max-width: 40%;
  }

  .image-22 {
    max-width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    width: 145px;
    height: 44px;
  }

  .btn-inner {
    margin: 3px;
  }

  .text-block-2 {
    font-size: 13px;
  }

  .all-sections {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .hero-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .hero-text > .btn {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-img {
    display: none;
    position: static;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .text-wrapper-vertical {
    justify-content: center;
    align-items: center;
  }

  .heading-5 {
    text-align: left;
  }

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

  .line {
    left: 71px;
    right: auto;
  }

  .aboutme-wrapper, .aboutme-text-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .aboutme-text-flex {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    align-items: center;
  }

  .aboutme-flex-child {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: center;
  }

  .contact-wrapper {
    flex-flow: row;
  }

  .image-aboutme {
    width: 250px;
  }

  .aboutme-image-wrapper {
    display: none;
  }

  .image-6, .image-7 {
    width: 25px;
  }

  .image-8 {
    max-width: 35%;
  }

  .heading-28 {
    font-size: 42px;
  }

  body.portfolio-detail-page .portfolio-page-main .portfolio-page-title {
    font-size: 35.7px;
    line-height: 38px;
  }

  body.portfolio-detail-page .portfolio-page-main .project-page-p {
    font-size: 8.5px;
    line-height: 15.3px;
  }

  body.portfolio-detail-page .portfolio-page-main .flex-div.margin-100px,
  body.portfolio-detail-page .portfolio-page-main .flex-div.margin-75px {
    margin-bottom: 42.5px;
  }

  .flex-div.margin-100px, .flex-div.margin-75px {
    margin-bottom: 50px;
  }

  .project-page-p {
    font-size: 10px;
    line-height: 18px;
  }

  .image-22 {
    max-width: 60%;
  }
}

@media screen and (max-width: 479px) {
  .btn {
    width: 130px;
    height: 40px;
  }

  .btn-inner {
    margin: 2px;
  }

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

  .navbar {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    justify-content: center;
    align-items: center;
  }

  .navbar.porfolio-page-nav {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
  }

  .button {
    display: inline-block;
  }

  .button.button-none {
    display: none;
  }

  .card-mask {
    padding: 7px 8px;
  }

  .all-sections {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .icons-wrapper {
    max-width: 35px;
  }

  .webflow-logo-wrapper.image-none {
    display: none;
  }

  .heading-7, .heading-8 {
    font-size: 12px;
  }

  .line {
    display: none;
  }

  .service-left-side {
    grid-column-gap: 180px;
    grid-row-gap: 180px;
    transform: translate(20px);
  }

  .service-right-side {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    margin-top: 210px;
    transform: translate(-20px);
  }

  .p-service {
    font-size: 10px;
    line-height: 15px;
  }

  .p-service.p-right {
    font-size: 10px;
  }

  .footer-text-wrapper {
    line-height: 15px;
  }

  .heading-12 {
    font-size: 17px;
    line-height: 20px;
  }

  .copyright-wrapper {
    width: 35%;
  }

  .image-8 {
    max-width: 20%;
  }

  .heading-20 {
    text-align: right;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-21 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-22 {
    text-align: right;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-23 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .heading-27 {
    font-size: 16px;
    line-height: 20px;
  }

  .image-14 {
    max-width: 75%;
  }

  .heading-28 {
    font-size: 32px;
  }

  body.portfolio-detail-page .portfolio-page-main .portfolio-page-title {
    font-size: 27.2px;
    line-height: 30px;
  }

  body.portfolio-detail-page .portfolio-page-main .project-page-p {
    line-height: 12.75px;
  }

  body.portfolio-detail-page .portfolio-page-main .flex-div.margin-100px,
  body.portfolio-detail-page .portfolio-page-main .flex-div.margin-75px {
    margin-bottom: 21.25px;
  }

  .flex-div.margin-100px, .flex-div.margin-75px {
    margin-bottom: 25px;
  }

  .project-page-p {
    line-height: 15px;
  }

  .image-19 {
    max-width: 40%;
  }
}

#w-node-de0777d8-ce05-457c-c13e-36744a706cf9-e2c38869 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


