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

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

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

:root {
  --white: #fff;
  --dark-navy-black: #141520;
  --brand-color-green: #14e956;
  --black-grey: #2c2d37;
  --silver: #c2c2c2;
  --linkedin: #094290;
  --facebook: #1877f2;
  --upwork: #73bb44;
  --fiverr: #00b22d;
  --midnight-blue: #282c67;
}

.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;
}

body {
  color: var(--white);
  background-color: #000;
  font-family: Archivo, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: #fff;
  letter-spacing: .03rem;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Black Past, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.3;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

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

p {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  transition: all .2s;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: 600;
}

.menu-button {
  z-index: 1;
  background-color: #ffffff0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 40px;
  padding: 15px;
  display: none;
}

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

.nav-bar-link {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: all .3s;
}

.nav-bar-link:hover {
  color: var(--white);
}

.nav-bar-link.w--current {
  color: var(--brand-color-green);
}

.burger {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
}

.burger-line {
  background-color: #fff;
  width: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.burger-line.bl-mid {
  width: 15px;
}

.page-wrapper.bg-white {
  background-color: var(--white);
}

.button-1 {
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 2px;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.button-1:hover {
  transform: scale(1.05);
}

.button-arrow {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  position: relative;
}

.navigation-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: .5rem;
}

.skills-wrapper._48px-right_p {
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-18px {
  font-size: 1.125rem;
  line-height: 150%;
}

.text-size-18px.text-line {
  border-bottom: 1px solid var(--white);
  line-height: 200%;
}

.skill-icon {
  width: 56px;
  display: block;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper.grid-3_col {
  grid-column-gap: 24px;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 1440px;
  display: grid;
}

.wrapper.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.text-size-regular {
  font-family: Archivo, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.text-size-regular.header {
  color: var(--white);
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 16px;
}

.text-size-regular.caps {
  text-transform: uppercase;
}

.text-size-regular.text-color-dark {
  color: var(--dark-navy-black);
}

.section-primary {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.section-primary.hero-animation-container-holder {
  margin-bottom: 0;
}

.section-primary.hide {
  display: none;
}

.hero-button-wrap {
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.padding-global.padding-navbar {
  padding: .25rem;
}

.container {
  width: 100%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.navigation-container {
  justify-content: center;
  max-width: 30rem;
}

.container.nav-container-wrap {
  justify-content: space-between;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

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

.flex.hero {
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
}

.flex.end-end-centered {
  justify-content: space-between;
}

.flex.socialmedia {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.flex.column-gap-0-5rem {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.flex.about-me {
  justify-content: space-between;
  align-items: flex-start;
}

.nametag {
  color: #14e956;
  letter-spacing: .05rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1rem 1rem 0;
  font-family: Dreamscape, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-flex;
}

.heading-brand {
  color: #14e956;
  letter-spacing: 0;
  font-family: Black Past, sans-serif;
}

.button-1_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.button-1_color._1 {
  background-image: linear-gradient(112deg, #14e956, #b7f3c9);
  top: -30%;
  left: -5%;
}

.button-1_color._3 {
  background-image: linear-gradient(251deg, #14e956, #14e956 40%);
  top: -30%;
  left: 8%;
}

.button-1_color._2 {
  background-image: linear-gradient(251deg, #14e95666, #14e956);
  top: -30%;
  left: 29%;
}

.button-1_glow {
  z-index: 0;
  filter: none;
  background-image: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  display: none;
  position: absolute;
  overflow: hidden;
}

.button-1 {
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  margin-top: 0;
  text-decoration: none;
  transition: transform .6s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px #14e95666;
}

.label {
  z-index: 5;
  color: var(--white);
  text-transform: capitalize;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
}

.button-1_bg {
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 97%;
  height: 95%;
  transition: all .3s ease-in-out;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-1_bg:hover {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #05021ca6;
}

.button-1_bg:active {
  background-color: #05021c66;
}

.button-1_color-wrap {
  background-color: #0e1229;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.linearheading {
  background-image: linear-gradient(180deg, #14e956, var(--black-grey));
  color: var(--dark-navy-black);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: .9;
}

.line {
  background-color: var(--white);
  width: 1px;
  height: 24px;
  margin-right: 16px;
}

.heading {
  color: var(--brand-color-green);
  margin-bottom: 0;
  font-family: Black Past, sans-serif;
  font-weight: 400;
}

.text-project {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anek Malayalam, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.flex-centered {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-centered.mobile-show {
  display: none;
}

.greenbuttonwrap {
  border-radius: 100px;
  max-width: 100%;
  padding: 2px;
  position: relative;
  overflow: hidden;
}

.button {
  z-index: 2;
  background-color: var(--brand-color-green);
  border-radius: 100px;
  padding: 1rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.buttonstyle1 {
  border-radius: 100px;
  max-width: 100%;
  padding: 2px;
  position: relative;
  overflow: hidden;
}

.buttonwrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.buttontext {
  color: var(--dark-navy-black);
  font-family: Anek Malayalam, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
}

.buttonborder {
  background-image: linear-gradient(180deg, #545454, var(--white) 50%, #545454);
  position: absolute;
  inset: 0%;
}

.footer-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}

.footer-heading.text-color-dark {
  color: var(--dark-navy-black);
}

.margin-bottom.margin-16px {
  margin-bottom: 1rem;
}

.margin-top._60px {
  margin-top: 80px;
}

.socialtext {
  color: var(--silver);
  font-family: Anek Malayalam, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.socialtext.linkedin:hover {
  color: var(--linkedin);
}

.socialtext.linkedin.dark {
  color: var(--dark-navy-black);
}

.socialtext.facebbok:hover {
  color: var(--facebook);
}

.socialtext.facebbok.dark {
  color: var(--dark-navy-black);
}

.socialtext.upwork:hover {
  color: var(--upwork);
}

.socialtext.upwork.dark {
  color: var(--dark-navy-black);
}

.socialtext.fiverr:hover {
  color: var(--fiverr);
}

.socialtext.fiverr.dark {
  color: var(--dark-navy-black);
}

.socialcolour {
  color: var(--linkedin);
}

.socialcolour.upwork {
  color: var(--upwork);
}

.socialcolour.facebook {
  color: #1877f2;
}

.socialcolour.fiverr {
  color: var(--fiverr);
}

.hero-left-icon {
  width: 16px;
  min-width: 16px;
  display: block;
}

.heroline {
  background-image: linear-gradient(180deg, var(--brand-color-green), var(--midnight-blue));
  width: 4px;
  height: 24px;
}

.herotext-holder {
  white-space: nowrap;
  word-break: normal;
  width: 100%;
  margin-right: 5px;
  overflow: hidden;
}

.hero-right-icon {
  width: 16px;
  min-width: 16px;
  display: block;
}

.hero-animation-container-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.herolineholder {
  padding-left: 10px;
  padding-right: 10px;
}

.heroimage {
  border-radius: 20px;
  width: 100%;
  max-width: 25rem;
}

.work-hero-component {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-ticker-wrapper {
  letter-spacing: 3px;
  white-space: nowrap;
  max-width: 23rem;
  overflow: hidden;
}

.heading-style-h1 {
  margin-bottom: 0;
  font-family: Black Past, sans-serif;
  font-size: 7rem;
  line-height: 1.1;
}

.max-width-720px {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.img_workhero {
  width: 6rem;
  margin-top: 2.5rem;
}

.text-size-36px {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 1.5;
}

.a-card {
  box-shadow: none;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid #525252;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 554.594px;
  padding: 4rem;
}

.section_primary {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.section_primary.footer-alternate {
  border-top: 1px solid var(--silver);
}

.grid-3-services {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3rem;
}

.bentogrid-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.bentogrid-small {
  width: 40%;
}

.bentogrid-big {
  width: 60%;
}

.bentowrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-645px {
  width: 100%;
  max-width: 32rem;
}

.social-icon-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.5rem;
  display: flex;
}

.social-items-lnk {
  border: 1px solid var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s, background-color .3s, all .2s;
  display: flex;
}

.social-items-lnk:hover {
  background-color: var(--white);
  color: var(--dark-navy-black);
}

.bannerbggreen {
  background-color: var(--brand-color-green);
  filter: blur(100px);
  width: 28%;
  height: 40%;
  position: absolute;
  inset: auto 0% -20% auto;
}

.bannerbggrey {
  filter: blur(100px);
  background-color: #616161;
  width: 28%;
  height: 40%;
  position: absolute;
  inset: auto auto -20% 0%;
}

.headingwrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  display: flex;
}

.heading-blog {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Archivo, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}

.blog-imagewrapper {
  border-radius: 1rem;
  width: auto;
  max-width: 34rem;
  height: 25rem;
}

.blog-imagewrapper.figma-to-webflow {
  background-image: url('../images/Figma-to-Webflow_1.avif');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  max-width: 100%;
  height: 28rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.blog-imagewrapper.why-webflow {
  background-image: url('../images/WEbflow_1.avif');
  background-position: 50% 32%;
  background-size: cover;
  max-width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.blog-imagewrapper.upwork {
  background-image: url('../images/Webflow-on-Upwork_1.avif');
  background-position: 50% 52%;
  background-size: cover;
  max-width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.blog-imagewrapper.webflow-vs-wordpress {
  background-image: url('../images/Featured-Image-8_1.avif');
  background-position: 50% 52%;
  background-size: cover;
  max-width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.heading-style-h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
}

.heading-style-h2.text-color-black {
  color: var(--dark-navy-black);
  font-family: Archivo, sans-serif;
  font-weight: 600;
}

.blog-title {
  background-color: var(--dark-navy-black);
  color: var(--white);
  border-radius: .25rem;
  margin-right: 1rem;
  padding: .25rem .625rem;
  font-size: .875rem;
}

.text-color-alternate {
  color: var(--silver);
}

.blog-wrapper-grid {
  border-radius: 1rem;
  width: 100%;
  max-width: 22.5rem;
  text-decoration: none;
}

.blog-image-gird {
  object-fit: cover;
  border-radius: 1rem;
  min-height: 15rem;
  max-height: 15rem;
  display: block;
}

.text-size-16px {
  font-family: Archivo, sans-serif;
}

.text-size-16px.text-color-black {
  color: var(--dark-navy-black);
}

.text-size-16px.text-color-black.live-link {
  color: var(--midnight-blue);
}

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

.blog-text {
  margin-left: auto;
  margin-right: auto;
}

.blog-text h1 {
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
}

.blog-text h2 {
  margin-top: 1.5rem;
  font-size: 1.875rem;
}

.blog-text h3 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.blog-text p {
  margin-bottom: .5rem;
  font-family: Open Sans, sans-serif;
}

.blog-text li {
  margin-bottom: .5rem;
  font-weight: 300;
}

.blog-text ol {
  margin-top: .625rem;
}

.project_wrapper {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.project_top {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project_card-wrapper {
  grid-column-gap: .5rem;
  grid-template-rows: auto;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.project_cards {
  grid-row-gap: .75rem;
  background-color: #f0f0f0;
  border-radius: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 24.625rem;
  padding: .375rem .375rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.project_cards.otherpage {
  background-color: #f7f7f7;
  max-width: 33.5rem;
}

.project_card-content {
  grid-row-gap: .625rem;
  flex-flow: column;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  display: flex;
}

.project_heading {
  color: var(--dark-navy-black);
  margin-bottom: 0;
  font-size: 1.25rem;
}

.project_card-tags {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project_text-tag {
  color: var(--black-grey);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.vertical-line-11px {
  background-color: var(--dark-navy-black);
  width: 1px;
  min-width: 1px;
  height: .6875rem;
}

.project_hero-image {
  background-image: url('../images/KariosWealth.webp');
  background-position: 36%;
  background-size: cover;
  border-radius: 1.5rem;
  width: 100%;
}

.project_hero-image.homepage {
  height: 17.875rem;
}

.project_hero-image.homepage-stored {
  background-image: url('../images/joinedstored_1.avif');
  background-position: 50%;
  height: 17.875rem;
}

.project_hero-image.homepage-elevation {
  background-image: url('../images/Elevation-Gym-1_1.avif');
  background-position: 50%;
  height: 17.875rem;
}

.project_hero-image.acquisiton {
  background-image: url('../images/AcquisitionStudio.webp');
  background-position: 50%;
  height: 17.875rem;
}

.project_hero-image.recurpay {
  background-image: url('../images/Recurpay-Home.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 17.875rem;
}

.project_hero-image.ratherlabs {
  background-image: url('../images/Ratherlabs-Blog_1.avif');
  background-position: 50%;
  height: 17.875rem;
}

.project_hero-image.polkadot {
  background-image: url('../images/screenshot-polkadotindia.webflow.io.webp');
  background-position: 50%;
  height: 17.875rem;
}

.project_hero-image.pangea {
  background-image: url('../images/screenshot-www.pangea-technology.com.webp');
  background-position: 50%;
  height: 17.875rem;
}

.project_hero-image.analyst {
  background-image: url('../images/screenshot-www.analystiq.ai.webp');
  background-position: 50%;
  height: 17.875rem;
}

.heding-100px {
  color: var(--brand-color-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Black Past, sans-serif;
  font-size: 5rem;
}

.project_center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.project_bottom {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-heading {
  color: var(--dark-navy-black);
  text-align: center;
  font-family: Archivo, sans-serif;
  font-size: 5rem;
  font-weight: 600;
}

.project-heading.text-color-white {
  color: var(--white);
  margin-bottom: 0;
}

.project-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: .5rem;
  display: grid;
}

.project-infocard {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #f7f7f7;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.875rem;
  display: flex;
}

.project-infocard.live-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
}

.text-size-20px {
  color: var(--dark-navy-black);
  margin-bottom: 0;
  font-size: 1.25rem;
}

.project_heroimage {
  border-radius: 1.5rem;
  width: 100%;
  max-width: 75rem;
  height: 36rem;
  max-height: 40.5625rem;
  margin-top: .5rem;
}

.project_heroimage.elevation {
  background-image: url('../images/Elevation-Gym-1_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_heroimage.kairoswealth {
  background-image: url('../images/KariosWealth.webp');
  background-position: 50%;
  background-size: cover;
}

.project_heroimage.stored {
  background-image: url('../images/joinedstored_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 2px 5px #0003;
}

.project_heroimage.recurpay {
  background-image: url('../images/Recurpay-Migration.webp');
  background-position: 50% 104%;
  background-size: cover;
  box-shadow: 0 2px 5px #0003;
}

.project_heroimage.ratherlabs {
  background-image: url('../images/Ratherlabs-Blog_1.avif');
  background-position: 50% 104%;
  background-size: cover;
  box-shadow: 0 2px 5px #0003;
}

.project-image-wrapper {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.grid-projectimage {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.project-list {
  color: var(--dark-navy-black);
  line-height: 2;
}

.contact-link {
  border: 1px solid var(--brand-color-green);
  background-color: var(--brand-color-green);
  color: var(--dark-navy-black);
  border-radius: 1.5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .6875rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1rem;
  text-decoration: none;
  transition: all .6s;
  display: flex;
}

.contact-link:hover {
  border: 1px solid var(--white);
  background-color: var(--dark-navy-black);
  color: var(--white);
}

.contact-link.w--current {
  background-color: var(--black-grey);
  color: var(--brand-color-green);
}

.body-white {
  background-color: var(--white);
}

.project-sub-image {
  border-radius: 1.5rem;
  box-shadow: 0 2px 5px #0003;
}

.project_page {
  grid-column-gap: 16px;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch center;
  display: grid;
}

.hero-heading {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

.hero-heading.mobile-show {
  display: none;
}

.navbar-right {
  background-color: var(--dark-navy-black);
  border-radius: 10rem;
  max-width: 30rem;
}

.email-link {
  text-decoration: none;
}

.email-link.text-dark {
  color: var(--dark-navy-black);
}

.brand-color {
  color: var(--brand-color-green);
}

.blog-card-info {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.h3 {
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.blog-line {
  background-color: var(--black-grey);
  width: 100%;
  height: 1px;
}

.navbar-white {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: .5rem;
}

.blog-flex {
  justify-content: space-between;
  display: flex;
}

.blog-list {
  margin-top: 1.25rem;
  padding-left: 10px;
}

.blog-list-item {
  margin-bottom: .625rem;
}

@media screen and (min-width: 1440px) {
  .label {
    z-index: 5;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  .menu-button {
    background-color: #fff0;
    width: auto;
    height: auto;
    margin-left: 0;
    display: flex;
  }

  .menu-button.dark {
    color: var(--dark-navy-black);
  }

  .nav-bar-link {
    background-color: #14152000;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    margin-left: 0;
    padding: 20px 2.5vw;
    font-size: 18px;
    font-weight: 500;
    display: flex;
  }

  .nav-bar-link:hover {
    color: #fff;
  }

  .burger-line.bl-mid.dark, .burger-line._1.dark, .burger-line._3.dark {
    background-color: var(--dark-navy-black);
  }

  .button-1:hover {
    transform: none;
  }

  .nav-menu {
    background-color: var(--dark-navy-black);
    border-radius: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    padding: 20px 0 20px 2.5vw;
  }

  .navbar {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

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

  .wrapper.grid-3_col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .wrapper.grid {
    grid-template-columns: 1.25fr;
    place-items: center start;
  }

  .section-primary {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-left {
    width: 100%;
  }

  .padding-global.padding-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.navigation-container {
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
  }

  .container.nav-container-wrap {
    max-width: 100%;
  }

  .linearheading {
    font-size: 3rem;
  }

  .heroimage {
    position: static;
  }

  .heading-style-h1 {
    line-height: 1.1;
  }

  .a-card {
    height: auto;
    padding: 2rem;
  }

  .bentogrid-row {
    justify-content: space-between;
    align-items: flex-start;
  }

  .bentogrid-small, .bentogrid-big {
    width: auto;
  }

  .project-info {
    grid-template-columns: 1fr 1fr;
  }

  .contact-link {
    background-color: #14152000;
    justify-content: flex-start;
    height: auto;
    margin-left: 0;
    padding: 20px 2.5vw;
    font-size: 18px;
    font-weight: 500;
    display: none;
  }

  .contact-link:hover {
    color: #fff;
  }

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

  .navbar-right {
    background-color: #14152000;
    max-width: none;
  }

  .brand-color.dark {
    color: var(--dark-navy-black);
  }

  .navbar-white {
    width: 100%;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .nav-bar-link {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .button-1 {
    padding: 1px;
  }

  .button-arrow {
    width: 10px;
    height: 10px;
  }

  .nav-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar {
    position: sticky;
    inset: .5rem 0% auto;
  }

  .skills-wrapper._48px-right_p {
    padding-right: 0;
  }

  .text-size-18px {
    font-size: 1.125rem;
  }

  .wrapper.grid-3_col {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
  }

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

  .text-size-regular, .text-size-regular.header {
    font-size: 1rem;
  }

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

  .flex.end-end-centered {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex.socialmedia {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nametag {
    flex: none;
    padding: 10px 0;
    font-size: 20px;
  }

  .linearheading {
    font-size: 32px;
  }

  .line {
    height: 1rem;
  }

  .heading {
    font-size: 1.75rem;
  }

  .text-project {
    font-size: 1.25rem;
  }

  .flex-centered.mobile-show {
    display: flex;
  }

  .flex-centered.mobile-hide {
    display: none;
  }

  .button {
    width: auto;
    padding: .875rem .5rem;
  }

  .buttontext {
    font-size: 1rem;
  }

  .footer-heading {
    text-align: center;
    margin-bottom: 40px;
    font-size: 64px;
  }

  .socialtext {
    font-size: 2rem;
  }

  .heroimage {
    max-width: 320px;
  }

  .heading-style-h1 {
    margin-top: 16px;
    font-size: 2.5rem;
  }

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

  .a-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 15rem;
    padding: 32px;
  }

  .section_primary {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid-3-services {
    grid-template-columns: 1fr;
  }

  .blog-imagewrapper.figma-to-webflow {
    height: 20rem;
  }

  .project_top {
    align-items: stretch;
  }

  .project_card-wrapper {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .project_cards {
    max-width: 100%;
  }

  .heding-100px {
    text-align: center;
  }

  .project_center {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .project_bottom {
    flex-flow: column;
  }

  .project-info {
    grid-template-columns: 1fr;
  }

  .contact-link {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

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

  .hero-heading {
    text-align: center;
    font-size: 1rem;
  }

  .navbar-white {
    position: sticky;
    inset: .5rem 0% auto;
  }

  .blog-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 1.75rem;
  }

  .nav-bar-link, .nav-bar-link.w--current {
    padding: .75rem 1rem;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .nav-menu {
    padding: .75rem 1rem .75rem 0;
  }

  .navbar {
    border-radius: 2rem;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .wrapper.grid-3_col {
    grid-template-columns: 1fr 1fr;
  }

  .padding-global {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global.padding-navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .container.nav-container-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .flex.end-end-centered {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .flex.end-end-centered.mobile-center {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    justify-content: space-between;
    align-items: center;
  }

  .flex.column-gap-0-5rem {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .flex.about-me {
    flex-flow: wrap-reverse;
  }

  .nametag {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    display: block;
  }

  .footer-heading {
    font-size: 3rem;
  }

  .hero-left-icon {
    display: none;
  }

  .herotext-holder {
    width: auto;
    margin-right: 0;
    overflow: visible;
  }

  .hero-right-icon {
    display: none;
  }

  .hero-animation-container-holder {
    flex-flow: row;
    width: auto;
  }

  .herolineholder {
    display: none;
  }

  .a-card {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_primary.footer-alternate {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .bentogrid-row {
    flex-flow: column;
  }

  .max-width-645px {
    margin-top: 1.25rem;
  }

  .heading-blog, .heading-style-h2.text-color-black {
    font-size: 2rem;
  }

  .blog-title {
    margin-right: 0;
  }

  .blog-image-gird {
    min-height: 10rem;
    max-height: 10rem;
  }

  .blog-text h2 {
    font-size: 1.5rem;
  }

  .blog-text h3 {
    font-size: 1.25rem;
  }

  .blog-text p {
    font-size: .9rem;
  }

  .project_card-tags {
    grid-column-gap: .5rem;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .heding-100px {
    font-size: 3rem;
  }

  .project_bottom {
    flex-flow: column;
  }

  .project-heading, .project-heading.text-color-white {
    font-size: 2.25rem;
  }

  .project-infocard {
    width: 100%;
    padding: 1rem;
  }

  .project_heroimage {
    height: 20rem;
    max-height: 20rem;
  }

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

  .project-list {
    padding-left: 20px;
  }

  .contact-link {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .hero-heading {
    flex-flow: column;
    font-size: 1rem;
  }

  .hero-heading.mobile-hide {
    display: none;
  }

  .hero-heading.mobile-show {
    font-size: 1.1rem;
    display: block;
  }

  .navbar-white {
    border-radius: 2rem;
  }
}

#w-node-_7696abaa-4a15-e954-03db-352a47018ee8-886142d1 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_14a2a33b-7f33-8334-cc99-43aa5cdeb222-70b63c8a {
    align-self: auto;
  }
}


@font-face {
  font-family: 'Black Past';
  src: url('../fonts/blackpast-blackpast-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dreamscape';
  src: url('../fonts/Dreamscape.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dreamscape Sans';
  src: url('../fonts/Dreamscape-Sans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}