:root {
  --white: white;
  --black: black;
}

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

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

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

a {
  color: #fff;
  text-decoration: underline;
}

.title1 {
  color: #fff;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  line-height: 46px;
  position: absolute;
}

.section {
  width: 100%;
}

.section.fp-auto-height {
  background-color: #212121;
  height: auto;
}

.section.sticky_section.contact-section, .section.sticky_section.contactme-section {
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section.hero-section {
  height: 100vh;
  position: sticky;
}

.background-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-wrapper.color3 {
  background-color: #03a9f4;
}

.background-wrapper.color2 {
  color: #c5b2b2;
  background-color: #5a5a5a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 150vh;
  display: flex;
}

.background-wrapper.color1 {
  background-color: #1cad80;
  align-items: stretch;
}

.background-wrapper.color4 {
  background-color: #e91e63;
}

.title2 {
  color: #fff;
  text-align: center;
}

.centre-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.link {
  color: #ddd;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: color .3s;
}

.link:hover {
  color: #fff;
}

.paragraph1 {
  color: #fff;
  text-align: left;
  max-width: 550px;
  margin-top: 25vh;
  margin-bottom: 100px;
  padding-left: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.fp-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.paragraph2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.body {
  height: 100%;
  font-family: Montserrat, sans-serif;
}

.body.no-scroll {
  overflow: hidden;
}

.content-wrapper {
  text-align: left;
  min-width: 60%;
  padding-right: 48px;
}

.content-wrapper.right-align {
  text-align: right;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  position: relative;
}

.flex-container {
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.image-wrapper {
  filter: grayscale(60%);
  max-width: 370px;
  margin-top: 20px;
  position: sticky;
  top: 140px;
  overflow: hidden;
}

.image {
  border-radius: 4px;
  box-shadow: 0 1px 10px -4px #0003;
}

.image-left {
  border-radius: 19px;
  overflow: hidden;
  box-shadow: 0 1px 10px -4px #0003;
}

.image-right {
  border-radius: 4px;
  box-shadow: 0 1px 10px -4px #0003;
}

.image-frame-right {
  z-index: -1;
  border: 6px solid #fff;
  border-radius: 4px;
  position: absolute;
  inset: 20px -20px -20px 20px;
}

.image-frame-left {
  z-index: -1;
  border: 6px solid #fff;
  border-radius: 4px;
  position: absolute;
  inset: 20px 20px -20px -20px;
}

.navbar {
  color: #fff;
  background-color: #212121;
  max-height: 60px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link {
  color: #fff;
}

.brand-link {
  float: none;
  height: 60px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.nav-link-2 {
  color: #000;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1f;
  text-decoration: none;
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-3 {
  max-height: 100px;
  position: relative;
}

.underline {
  text-align: left;
  background-color: #000;
  width: 0%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-2 {
  color: #000;
  position: absolute;
  inset: 0% 0% auto;
}

.contact-button {
  color: #000;
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 42px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.hero-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.buttons {
  width: 50px;
  height: 50px;
}

.hero-space {
  color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.paragraph {
  font-size: 20px;
}

.element1 {
  text-align: right;
  flex: 0 auto;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.h1 {
  color: #000;
}

.image-5 {
  cursor: pointer;
  flex: 0 auto;
  position: relative;
}

.p-contact {
  color: #000;
  text-align: center;
  max-width: 100px;
  max-height: 45px;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  inset: 0% auto 0% 0%;
}

.sticky_section {
  height: 100vh;
  position: sticky;
  top: 0;
}

.paragraph1-2 {
  color: #fff;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.title1-2 {
  color: #fff;
  margin-top: 0;
  line-height: 46px;
}

.image-wrapper-2 {
  filter: grayscale(60%);
  min-width: 40%;
  position: relative;
}

.p2 {
  color: #fff;
  text-align: left;
  max-width: 550px;
  margin-top: 143px;
  padding-left: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div-block {
  flex: 0 auto;
}

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

.wrapper {
  text-align: left;
  min-width: 60%;
  padding-right: 48px;
}

.wrapper.right-align {
  text-align: right;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-width: 0%;
  margin-top: auto;
  padding-left: 48px;
  padding-right: 0;
  display: block;
}

.div-block-2 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.div-block-3 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}

.right-container {
  margin-left: auto;
  padding-right: 40px;
}

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

.text-field-cf5 {
  text-align: left;
  background-color: #f0f4f8;
  border: 1px solid #0000;
  border-radius: 4px;
  width: 85%;
  height: 50px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}

.text-field-cf5.big {
  width: 100%;
  height: 100px;
}

.form-subtitle-cf5 {
  color: #969696;
  max-width: 400px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.success-message-cf5 {
  background-color: #f0f4f8;
  font-weight: 600;
}

.submit-button-cf5 {
  color: #383838;
  background-color: #0000;
  background-image: linear-gradient(325deg, #2df23a, #3ef2b9);
  border-radius: 4px;
  margin-top: 20px;
  padding: 12px 54px;
  font-size: 18px;
  font-weight: 600;
  transition: color .2s, transform .2s;
  box-shadow: 1px 1px 3px #cfcfcf;
}

.submit-button-cf5:hover {
  color: #fff;
  transform: scale(1.02);
}

.error-message-cf5 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form-title-cf5 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
}

.form-cf5 {
  margin-top: 20px;
}

.contact-form-wrapper {
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  height: auto;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
  box-shadow: 0 2px 11px #0003;
}

.contact-form {
  align-items: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.submit-button-cf3 {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(184deg, #000, #666);
  border-radius: 4px;
  margin-top: 20px;
  padding: 12px 54px;
  font-size: 18px;
  font-weight: 600;
  transition: transform .2s;
  box-shadow: 1px 1px 3px #cfcfcf;
}

.submit-button-cf3:hover {
  transform: scale(1.02);
}

.error-message-cf3 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-field-cf3 {
  color: #000;
  text-align: left;
  background-color: #f0f4f8;
  border: 1px solid #f0f4f8;
  border-bottom-color: #0000;
  border-radius: 4px;
  height: 50px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}

.text-field-cf3.big {
  height: 100px;
}

.form-cf3 {
  text-align: center;
  margin-top: 20px;
}

.success-message-cf3 {
  background-color: #f0f4f8;
  font-weight: 600;
}

.form-subtitle-cf3 {
  color: #555;
  text-align: center;
  max-width: 400px;
  font-size: 18px;
  line-height: 20px;
}

.form-title-cf3 {
  color: #333;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.background-wrapper-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-wrapper-copy.color3 {
  background-color: #03a9f4;
}

.background-wrapper-copy.color2 {
  color: #c5b2b2;
  background-color: #5a5a5a;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.background-wrapper-copy.color1 {
  background-color: #1cad80;
  align-items: stretch;
}

.background-wrapper-copy.color4 {
  background-color: #e91e63;
}

.work-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.work-wrapper.color3 {
  background-color: #03a9f4;
}

.work-wrapper.color2 {
  color: #c5b2b2;
  background-color: #5a5a5a;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.work-wrapper.color1 {
  background-color: #1cad80;
  align-items: stretch;
}

.work-wrapper.color4 {
  background-color: #e91e63;
}

.frame-work {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
  position: sticky;
  top: 0;
}

.item1 {
  cursor: pointer;
  background-color: #424242;
  border-radius: 14px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  margin-top: 220px;
  padding: 20px;
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  flex: 0 auto;
  max-width: 400px;
  font-family: Inconsolata, monospace;
}

.work-image {
  border-radius: 5px;
  max-width: 300px;
  max-height: 143px;
}

.modal {
  z-index: 999;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #ffffff26;
  width: 100%;
  height: 100%;
}

.modal-container {
  background-color: #ffffff8c;
  border-radius: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: visible;
}

.close-link {
  color: #1e1e1e;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  inset: 0 1rem auto auto;
}

.close-text {
  font-size: 4rem;
  transform: rotate(45deg);
}

.heading-3 {
  margin-bottom: 1rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.browser-window-container {
  display: inline-block;
}

.browser-window-site-outer-container {
  height: 100%;
  position: relative;
}

.browser-window-header {
  background-color: #e3e3e3;
  height: 50px;
  position: relative;
}

.content {
  background-color: #1abc9c;
  background-image: url('../images/drop-long.svg');
  background-position: 50% 34%;
  background-repeat: no-repeat;
  background-size: 140px;
  min-height: 1000px;
  padding-top: 0;
}

.browser-window-site-container {
  height: 100%;
  position: relative;
  overflow: auto;
}

.browser-icon {
  opacity: .7;
  height: 17px;
  position: absolute;
  top: 16px;
  left: 14px;
}

.browser-icon.forward {
  left: 40px;
}

.browser-icon.back {
  opacity: 1;
}

.browser-icon.refresh {
  left: 63px;
}

.browser-icon.menu {
  opacity: .4;
  height: 15px;
  top: 17px;
  left: 508px;
}

.browser-icon.menu.mobile {
  left: 259px;
}

.browser-icon.browser {
  opacity: .4;
  left: 168px;
}

.browser-icon.browser.mobile {
  left: 18px;
}

.browser-icon.close {
  height: 15px;
  top: 17px;
  left: 586px;
}

.browser-window-outer {
  background-color: #fff;
  border: 3px solid #e3e3e3;
  border-radius: 4px;
  width: 620px;
  height: 800px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: hidden;
}

.browser-window-outer.mobile {
  width: 300px;
  margin-left: 20px;
}

.bw-url {
  background-color: #fff;
  border-radius: 3px;
  width: 380px;
  height: 31px;
  position: absolute;
  bottom: 10px;
  right: 77px;
}

.bw-url.mobile {
  width: 280px;
  right: 7px;
}

.url {
  color: #9e9e9e;
  font-family: Lato, sans-serif;
  font-weight: 300;
  position: relative;
  top: 5px;
  left: 42px;
}

.url.mobile {
  left: 38px;
}

.showcase {
  margin-top: 0;
  margin-bottom: 80px;
}

.device-desktop {
  width: 540px;
  height: 454px;
  position: absolute;
  left: 240px;
}

.device-laptop {
  width: 460px;
  height: 264px;
  position: absolute;
  top: 233px;
}

.devices-showcase-relative-container {
  height: 600px;
  position: relative;
}

.device-smartwatch {
  width: 100px;
  height: 182px;
  position: absolute;
  top: 382px;
  right: 814px;
}

.device-tablet {
  width: 221px;
  height: 330px;
  position: absolute;
  top: 200px;
  right: 0;
}

.device-screen-placeholder {
  background-color: #1abc9c;
  width: 68px;
  height: 83px;
  position: absolute;
}

.device-screen-placeholder.screen-tablet {
  background-image: url('../images/drop-screenshot_tablet.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  width: 201px;
  height: 269px;
  top: 31px;
  left: 10px;
}

.device-screen-placeholder.screen-phone {
  background-image: url('../images/drop-screenshot_watch.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  width: 124px;
  height: 219px;
  top: 32px;
  left: 7px;
}

.device-screen-placeholder.watch {
  background-image: url('../images/drop-screenshot_phone.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  top: 50px;
  left: 14px;
}

.device-screen-placeholder.screen-desktop {
  background-image: url('../images/drop-screenshot_desktop.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  width: 487px;
  height: 277px;
  top: 26px;
  left: 25px;
}

.device-screen-placeholder.screen-laptop {
  background-image: url('../images/drop-screenshot_laptop.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  width: 354px;
  height: 222px;
  top: 13px;
  left: 54px;
}

.device-smartphone {
  width: 140px;
  height: 283px;
  position: absolute;
  top: 283px;
  right: 160px;
}

.heading-4 {
  color: #fff;
  font-family: Inconsolata, monospace;
}

.button4 {
  z-index: 1;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 55px;
  text-decoration: none;
  transition: transform .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-line {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button3-text {
  z-index: 1;
  text-align: center;
  text-transform: none;
  font-family: Lato, sans-serif;
  position: relative;
}

.bottom-line {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.left-line {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #000;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.right-line {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #000;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-5 {
  color: #fff;
}

.image-container {
  width: 300px;
  height: 143px;
}

.div-block-5 {
  width: 100%;
  height: 100%;
  margin: 20px;
}

.div-block-6 {
  background-color: #0004ff;
  position: relative;
  top: 0;
  right: 0;
}

.close-modal {
  z-index: 10000;
  color: #000;
  cursor: pointer;
  margin-top: 20px;
  margin-right: 20px;
  font-size: 24px;
  font-weight: 700;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-6 {
  margin-bottom: 0;
  margin-left: 140px;
  margin-right: auto;
  font-family: San Brainy, Verdana, sans-serif;
  font-weight: 400;
}

.hero-section-section {
  width: 100%;
  position: sticky;
  top: 10px;
}

.hero-section-section.fp-auto-height {
  background-color: #212121;
  height: auto;
}

.hero-section-section.sticky_section.contact-section {
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.hero-section-section.hero-section {
  height: 100vh;
}

.work-section {
  width: 100%;
  position: sticky;
  top: 0;
}

.work-section.fp-auto-height {
  background-color: #212121;
  height: auto;
}

.work-section.sticky_section.contact-section {
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.work-section.hero-section {
  height: 100vh;
  position: sticky;
}

.me-section {
  width: 100%;
}

.me-section.fp-auto-height {
  background-color: #212121;
  height: auto;
}

.me-section.sticky_section.contact-section {
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.me-section.hero-section {
  height: 100vh;
  position: sticky;
}

.section-copy {
  width: 100%;
}

.section-copy.fp-auto-height {
  background-color: #212121;
  height: auto;
}

.section-copy.sticky_section.contact-section, .section-copy.sticky_section.contactme-section {
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section-copy.hero-section {
  height: 100vh;
  position: sticky;
}

.contact-me-section {
  width: 100%;
}

.contact-me-section.fp-auto-height {
  background-color: #212121;
  height: auto;
}

.contact-me-section.sticky_section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.contact-me-section.sticky_section.contact-section, .contact-me-section.sticky_section.contactme-section {
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.contact-me-section.hero-section {
  height: 100vh;
  position: sticky;
}

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

.link-block {
  height: 42px;
}

@media screen and (max-width: 991px) {
  .background-wrapper.color3, .background-wrapper.color2, .background-wrapper.color1, .background-wrapper.color4 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .success-message-cf5 {
    font-size: 16px;
    font-weight: 600;
  }

  .contact-form-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .background-wrapper-copy.color3, .background-wrapper-copy.color2, .background-wrapper-copy.color1, .background-wrapper-copy.color4, .work-wrapper.color3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .work-wrapper.color2 {
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
  }

  .work-wrapper.color1, .work-wrapper.color4 {
    padding-left: 32px;
    padding-right: 32px;
  }

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

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

  .browser-window-container {
    margin-bottom: 30px;
  }

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

  .url {
    text-align: left;
  }

  .device-desktop {
    left: 95px;
  }

  .device-laptop {
    top: 257px;
  }

  .device-smartwatch {
    top: 419px;
    left: 73px;
    right: auto;
  }

  .device-tablet {
    top: 235px;
  }

  .device-smartphone {
    top: 318px;
    right: 111px;
  }

  .me-section {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .title1 {
    font-size: 32px;
    line-height: 42px;
  }

  .background-wrapper.color2 {
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .background-wrapper.color1 {
    align-items: center;
  }

  .paragraph1 {
    margin-top: 2vh;
    padding-bottom: 20px;
  }

  .fp-wrapper {
    background-color: #333;
  }

  .body {
    background-color: #5a5a5a;
  }

  .content-wrapper {
    text-align: center;
    min-width: 0%;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.right-align {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-container {
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .image-wrapper {
    width: 300px;
    min-width: 0%;
    height: 400px;
    margin-top: 0;
    position: relative;
    top: 0;
    overflow: visible;
  }

  .image-left {
    position: relative;
    overflow: visible;
  }

  .image-frame-right, .image-frame-left {
    display: none;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .title1-2 {
    font-size: 32px;
    line-height: 42px;
  }

  .image-wrapper-2 {
    order: 1;
    width: 400px;
    min-width: 0%;
    height: 400px;
  }

  .p2 {
    margin-top: 60px;
    position: relative;
  }

  .wrapper {
    text-align: center;
    min-width: 0%;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.right-align {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .right {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .contact-form-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .background-wrapper-copy.color1, .work-wrapper.color1 {
    align-items: center;
  }

  .item1 {
    min-width: 400px;
    margin-top: 110px;
  }

  .browser-icon.menu {
    left: 485px;
  }

  .browser-icon.browser {
    left: 22px;
  }

  .browser-window-outer {
    width: 528px;
  }

  .bw-url {
    width: 500px;
    right: 9px;
  }

  .url {
    width: 420px;
    left: 37px;
  }

  .device-desktop {
    left: 13px;
  }

  .device-laptop {
    top: 0;
    left: 20px;
  }

  .devices-showcase-relative-container {
    height: 440px;
  }

  .device-smartwatch {
    top: 270px;
    left: 50px;
  }

  .device-tablet {
    z-index: 10;
    top: 66px;
    right: 20px;
  }

  .device-smartphone {
    z-index: 20;
    top: 146px;
    right: 184px;
  }

  .heading-6 {
    margin-left: 0;
    margin-right: auto;
  }

  .hero-section-section.hero-section {
    background-color: #fff;
  }

  .me-section {
    top: 100px;
  }

  .contact-me-section.sticky_section {
    background-color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .title1 {
    font-size: 28px;
    line-height: 32px;
  }

  .background-wrapper.color3 {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .background-wrapper.color2 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .background-wrapper.color1 {
    flex-direction: row;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .background-wrapper.color4 {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .paragraph1 {
    max-width: 300px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
  }

  .content-wrapper {
    max-width: 100%;
  }

  .flex-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
    margin-bottom: 0;
    display: block;
    position: relative;
    top: auto;
  }

  .image-wrapper {
    text-align: center;
    flex: none;
    width: 200px;
    max-width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
    top: 0;
    overflow: visible;
  }

  .nav-menu-two {
    flex-direction: column;
  }

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

  .title1-2 {
    font-size: 28px;
    line-height: 32px;
  }

  .image-wrapper-2 {
    text-align: center;
    width: 300px;
    max-width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .p2 {
    max-width: 300px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .wrapper {
    max-width: 100%;
  }

  .right {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    max-width: 300px;
  }

  .text-field-cf5 {
    width: 100%;
  }

  .success-message-cf5 {
    background-color: #f0f4f8;
  }

  .contact-form-wrapper {
    border-radius: 0;
    width: 100%;
  }

  .contact-form {
    width: 100%;
  }

  .success-message-cf3 {
    color: #f22d83;
    font-size: 16px;
  }

  .background-wrapper-copy.color3, .background-wrapper-copy.color2 {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .background-wrapper-copy.color1 {
    flex-direction: row;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .background-wrapper-copy.color4, .work-wrapper.color3 {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .work-wrapper.color2 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .work-wrapper.color1 {
    flex-direction: row;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .work-wrapper.color4 {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .frame-work {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .item1 {
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    min-width: 200px;
    max-width: 300px;
    position: relative;
  }

  .work-image {
    padding-left: 10px;
    padding-right: 10px;
  }

  .browser-window-container {
    text-align: center;
  }

  .browser-icon.browser {
    left: 8px;
  }

  .browser-window-outer {
    width: 300px;
  }

  .browser-window-outer.mobile {
    margin-left: 0;
  }

  .url {
    width: 190px;
    left: 248px;
  }

  .device-laptop {
    width: 300px;
    height: auto;
    left: 10px;
  }

  .devices-showcase-relative-container {
    height: 479px;
  }

  .device-smartwatch {
    z-index: 50;
    left: auto;
    right: 17px;
  }

  .device-tablet {
    width: 151px;
    height: auto;
    top: 113px;
    right: 82px;
  }

  .device-screen-placeholder.screen-tablet {
    width: 137px;
    height: 184px;
    top: 21px;
    left: 7px;
  }

  .device-screen-placeholder.screen-phone {
    z-index: 30;
    width: 89px;
    height: 157px;
    top: 22px;
    left: 5px;
  }

  .device-screen-placeholder.screen-laptop {
    width: 231px;
    height: 142px;
    top: 8px;
    left: 35px;
  }

  .device-smartphone {
    width: 100px;
    height: auto;
    top: 189px;
    left: 45px;
  }

  .heading-6 {
    margin-top: 40px;
    margin-left: auto;
  }

  .me-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
  }
}


@font-face {
  font-family: 'San Brainy';
  src: url('../fonts/san-brainy.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}