body {
  background-color: #181a1c;
  font-family: Jost, sans-serif;
  color: #4f4f51;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

h1 {
  color: #181a1c;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #181a1c;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #181a1c;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #181a1c;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #181a1c;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #181a1c;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
}

.container {
  width: 100%;
  height: 200px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #ff5050;
}

.text-div {
  width: 100%;
  height: 300px;
  background-color: #5874ff;
}

.header-icon-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 36px;
  height: 36px;
}

.flex {
  display: flex;
  max-height: 90vh;
  align-items: flex-end;
}

.flex.align-center {
  align-items: center;
}

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

.flex.justify-center {
  justify-content: center;
}

.flex.vertical {
  flex-direction: column;
}

.logo {
  height: 60px;
}

.nav-link {
  display: flex;
  height: 36px;
  min-width: 36px;
  margin-left: 14px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 18px;
  transition: border-color 200ms ease;
  color: #fff;
  font-size: 18px;
  letter-spacing: 3px;
  text-decoration: none;
}

.nav-link:hover {
  border-color: hsla(0, 0%, 100%, 0.8);
}

.nav-link.black {
  border-color: rgba(24, 26, 28, 0.3);
}

.nav-link.black:hover {
  border-color: rgba(24, 26, 28, 0.8);
}

.nav-link.black.w--current {
  border-color: #181a1c;
}

.nav-link.black-text {
  color: #181a1c;
}

.logo-block {
  display: flex;
  height: 80px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-decoration: none;
}

.logo-space {
  margin-right: 12px;
}

.icon {
  width: 26px;
  margin-right: 12px;
  margin-left: 12px;
  flex: 0 0 auto;
}

.project-text {
  position: relative;
  z-index: 2;
  width: 50%;
}

.project-image {
  position: relative;
  top: -80px;
  margin-right: 5%;
  margin-left: 60%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.email-container {
  display: flex;
  overflow: hidden;
  width: 200px;
  padding-right: 16px;
  justify-content: space-between;
  align-items: center;
}

.email-text {
  margin-top: 2px;
  margin-left: 8px;
}

.hero-wrap {
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-top: 30px;
  padding-right: 5%;
  padding-left: 5%;
  align-items: center;
  background-color: #e27b7b;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 8;
  display: flex;
  margin-top: 30px;
  margin-right: 5%;
  margin-left: 5%;
  justify-content: space-between;
  align-items: center;
}

.hero-block {
  background-color: #afb7ef;
}

.scroll-snap-wrapper {
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  padding-top: 35vh;
  padding-bottom: 35vh;
  background-color: #605c5c;
}

.section-base {
  display: flex;
  padding-right: 5%;
  padding-left: 5%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #0fea71;
}

.section-base.section-1 {
  background-color: rgba(15, 234, 113, 0.18);
}

.section-2 {
  background-color: rgba(125, 55, 255, 0.15);
}

.section-3 {
  background-color: rgba(255, 36, 36, 0.26);
}

.html-embed {
  display: none;
}

.project-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  padding-top: 35vh;
  padding-bottom: 30vh;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #602c2c;
}

.project-container {
  position: relative;
  z-index: 1;
  display: flex;
  margin-right: 5%;
  margin-left: 5%;
  padding-top: 10px;
  padding-bottom: 60px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ff6e6e;
  border-radius: 2px;
}

.section-02 {
  display: flex;
  margin-right: 5%;
  margin-left: 5%;
  align-items: center;
  background-color: #65ccff;
}

.section-03 {
  display: flex;
  margin-right: 5%;
  margin-left: 5%;
  align-items: center;
  background-color: #b172ff;
}

.space {
  height: 10%;
}

.right-arrow {
  width: 26px;
  margin-left: 12px;
}

.wrappppppper {
  display: flex;
  overflow: auto;
  height: 90%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.left {
  width: 50%;
}

.right {
  width: 36%;
  margin-right: 0%;
  margin-left: 10%;
  flex: 0 0 auto;
}

.image-2 {
  width: 40%;
}

.background-holder {
  position: relative;
  z-index: 0;
}

.background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #6dde82;
}

.section-wrapper {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.content {
  position: relative;
  z-index: 1;
  display: flex;
  padding-right: 5%;
  padding-left: 5%;
  justify-content: center;
  align-items: center;
}

.bg-holder {
  position: relative;
  z-index: 0;
}

.bg-color {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #4efd97;
}

.bg-color.blue {
  background-color: #4aabff;
}

.bg-color.red {
  background-color: #ff3c40;
}

.bg-color-blue {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #7da0ff;
}

.boobs {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section {
  display: flex;
  padding-right: 5%;
  padding-left: 5%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #0fea71;
}

.section.section-1 {
  background-color: rgba(15, 234, 113, 0.18);
}

.track {
  height: 500vw;
}

.camera {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.frame {
  display: flex;
  height: 100vh;
  flex-direction: row;
}

.item {
  position: relative;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-right: 5%;
  padding-left: 5%;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
}

.item.slide1 {
  color: #fff;
}

.item.slide2 {
  color: #ff7e1d;
}

.item.slide3 {
  color: #8233ff;
}

.item.slide4 {
  color: #f8da0c;
}

.item.slide5 {
  color: #efa329;
}

.bgcolor {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: red;
}

.bgcolor.yellow {
  z-index: -2;
  background-color: #fbff00;
}

.bgcolor.green {
  z-index: -3;
  background-color: #00ff51;
}

.bgcolor.blue {
  z-index: -4;
  background-color: #06f;
}

.bgcolor.pink {
  z-index: -5;
  background-color: #f0f;
}

.black-text {
  color: #343435;
}

.white-text {
  margin-top: 0px;
  color: #fff;
}

.progress-bar {
  position: absolute;
  left: 45%;
  top: auto;
  right: auto;
  bottom: 40px;
  display: flex;
  overflow: hidden;
  width: 10%;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  justify-content: flex-start;
  align-items: center;
  border-radius: 4px;
}

.image-3 {
  height: 30px;
  max-width: none;
}

.side-nav {
  width: 56px;
  height: 282px;
  padding-right: 8px;
  padding-left: 8px;
}

.selector {
  position: absolute;
  width: 56px;
  height: 56px;
  margin-left: -8px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 2px;
  opacity: 0.3;
  cursor: pointer;
}

.selector:hover {
  opacity: 0.8;
}

.sidenav-icon {
  width: 40px;
  height: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 2px;
}

.sidenav-icon:focus {
  padding: 0px;
}

.sidenav-icon.w--current {
  padding: 0px;
  justify-content: center;
  align-items: center;
}

.sivenav-wrap {
  position: fixed;
  left: auto;
  top: 0%;
  right: 4%;
  bottom: 0%;
  z-index: 1;
  display: none;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.set5 {
  height: 100vw;
  background-color: #7d6363;
}

.set4 {
  height: 100vw;
  background-color: #4c4040;
}

.set3 {
  height: 100vw;
  background-color: #514c41;
}

.set2 {
  height: 100vw;
  background-color: #3a4c48;
}

.set1 {
  height: 100vw;
  background-color: #35323d;
}

.arrow-forward {
  display: flex;
  margin-top: 20px;
  align-items: center;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.arrow-forward.black {
  color: #000;
}

.parallax-wrap {
  display: none;
  width: 0px;
  height: 0px;
}

.parallax_small {
  position: absolute;
  left: 22%;
  top: 17%;
  z-index: 3;
  width: 80px;
  height: 80px;
  background-color: #e6e6e6;
}

.parallax_small.s2 {
  left: 16%;
  top: 72%;
}

.parallax_small.s3 {
  left: 73%;
  top: 18%;
}

.parallax_small.s4 {
  left: 55%;
  top: 26%;
}

.parallax_small.s5 {
  left: 40%;
  top: 87%;
}

.parallax_small.s6 {
  left: 65%;
  top: 81%;
}

.parallax_med {
  position: absolute;
  left: 42%;
  top: 14%;
  z-index: 4;
  width: 140px;
  height: 140px;
  background-color: #767676;
  opacity: 0.44;
}

.parallax_med._2 {
  left: 1190px;
  top: 270px;
}

.parallax_med._3 {
  left: 610px;
  top: 710px;
}

.parallax_med.m2 {
  left: 66%;
  top: 20%;
}

.parallax_med.m3 {
  left: 28%;
  top: 65%;
}

.parallax_med.m4 {
  left: 10%;
  top: 20%;
}

.parallax_med.m6 {
  left: 72%;
  top: 78%;
}

.parallax_large {
  position: absolute;
  left: 31%;
  top: 9%;
  z-index: 5;
  width: 220px;
  height: 220px;
  background-color: #212121;
  opacity: 0.4;
}

.parallax_large.l2 {
  left: 77%;
  top: 74%;
}

.parallax_large._3 {
  left: 610px;
  top: 710px;
}

.parallax_large._2 {
  left: 840px;
  top: 820px;
}

.parallax_large._3 {
  left: 1220px;
  top: 690px;
}

.parallax_large._4 {
  left: 320px;
  top: 760px;
}

.parallax_large.l3 {
  left: 12%;
  top: 77%;
}

.parallax_large.l4 {
  left: 54%;
  top: 64%;
}

.percentage {
  position: absolute;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background-color: #fff;
}

.bar {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  opacity: 0.5;
}

.link-text {
  font-weight: 500;
  text-transform: uppercase;
}

.arrow-back {
  display: flex;
  margin-top: 20px;
  align-items: center;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.arrow-back.black {
  color: #000;
}

.big-head {
  margin-bottom: 20px;
  margin-left: -10px;
  font-size: 140px;
  line-height: 120px;
}

.big-head.gold {
  color: #efa329;
}

.big-head.yellow {
  color: #f8da0c;
}

.big-head.purple {
  color: #8233ff;
}

.big-head.orange {
  color: #ff7e1d;
}

.big-head.white {
  color: #fff;
}

.spacer {
  width: 100%;
  height: 20px;
  text-align: center;
}

.spacer._30 {
  height: 30px;
}

.spacer._40 {
  height: 40px;
}

.spacer._50 {
  height: 50px;
}

.spacer._80 {
  height: 80px;
}

.spacer._150 {
  height: 150px;
}

.spacer.mobileshow {
  display: none;
}

.spacer._100 {
  height: 100px;
}

.textwrap {
  width: 70%;
  margin: 70px auto;
}

.grid {
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.flex-sb {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-sb.wrap {
  flex-wrap: wrap;
}

._2-3 {
  width: 66%;
  flex: 0 0 auto;
}

._2-3.with-left-margin {
  margin-left: 40px;
}

.inner-page-head {
  width: 75%;
  margin-top: 10px;
  margin-bottom: 40px;
}

._8-12 {
  width: 58%;
  flex: 0 0 auto;
}

._8-12.with-left-margin {
  margin-left: 40px;
}

.tophero {
  position: relative;
  z-index: 0;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: #181a1c;
  color: #fff;
}

.tophero.slide1 {
  background-color: #c01519;
}

.tophero.slide-2 {
  background-color: #181a1c;
}

.tophero.slide-3 {
  background-color: #153136;
}

.tophero.slide-4 {
  background-color: #541434;
}

.tophero.slide-5 {
  background-color: #0d2a4c;
}

.innerheroimgwrap {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  width: 650px;
  height: 350px;
  justify-content: center;
  align-items: center;
}

.innerheroimg {
  height: 100%;
  max-width: none;
}

.innercontent {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100vw;
  padding-top: 140px;
  padding-bottom: 100px;
  background-color: #fff;
}

.topherohead {
  position: fixed;
  left: 25vw;
  z-index: 2;
  max-width: 600px;
  margin-left: -200px;
  color: #fff;
  font-size: 90px;
  line-height: 100px;
}

.topherohead.footer {
  position: static;
  margin-left: 0px;
  text-align: center;
}

.topherohead.footer.slide-3 {
  color: #ff7e1d;
}

.topherohead.footer.slide-4 {
  color: #f8da0c;
}

.topherohead.slide-2 {
  color: #8233ff;
}

.topherohead.slide-3 {
  color: #ff7e1d;
}

.topherohead.slide-5 {
  color: #efa329;
}

.topherohead.slide-4 {
  color: #f8da0c;
}

.topheroscroll {
  position: fixed;
  left: auto;
  top: auto;
  right: auto;
  bottom: 50px;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 7px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.topheroscroll.trans {
  background-color: transparent;
}

.topherowrap {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.topherowrap.footer {
  flex-direction: column;
  text-decoration: none;
}

.innernav2 {
  position: static;
  margin-top: 0px;
}

.innernavwrap {
  position: fixed;
  top: 0px;
  z-index: 10;
  display: block;
  width: 100vw;
  padding-top: 0px;
  background-color: rgba(244, 245, 247, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.innernavwrap.darkheader {
  background-color: rgba(37, 40, 43, 0.8);
}

.imagewrap {
  width: 90%;
  margin: 40px auto;
  text-align: center;
}

.imgfull {
  width: 100%;
}

.sectionheading {
  margin-bottom: 80px;
}

._2col {
  width: 40%;
}

._4-12 {
  width: 33%;
}

._3-12 {
  width: 25%;
}

.horizdisplaycontainer {
  z-index: 2;
  display: flex;
  width: 100vw;
  padding-right: 40px;
  padding-left: 40px;
  justify-content: space-between;
  align-items: center;
}

.horizimg {
  z-index: 0;
  width: 100%;
  max-width: none;
}

.horisimgwrap {
  z-index: 0;
  overflow: hidden;
  margin: 20px;
  border-radius: 8px;
}

._5-12 {
  width: 41%;
}

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

._6-12 {
  width: 50%;
}

._7-12 {
  width: 58%;
}

._20pad {
  padding: 20px;
}

.fdss {
  width: 100vw;
}

.parralaxsection {
  display: flex;
  overflow: hidden;
  height: 400px;
  justify-content: center;
  align-items: center;
}

.parralaximg {
  width: 100%;
}

.gridimg {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.quotesection {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background-color: #181a1c;
  color: #fff;
}

.profileimg {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 50%;
}

.quotetext {
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 1.4;
}

.caption {
  margin-top: 6px;
}

._3colwrap {
  position: relative;
  z-index: 2;
  display: flex;
  width: 70%;
  margin: 140px auto;
  justify-content: space-between;
}

._3colcontainer {
  width: 27%;
}

._3colcontainer.right {
  margin-left: 0%;
}

.screenmock {
  width: 100%;
  border-radius: 20px;
}

.nextdesign {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.header-icon {
  width: 26px;
}

.nav-link-text {
  margin-left: 14px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 3px;
  text-decoration: none;
}

.nav-link-text.black-text {
  color: #181a1c;
}

.navtextlink {
  margin-top: 2px;
  margin-right: 12px;
  margin-left: 12px;
}

.navtextlink.black {
  color: #181a1c;
  font-weight: 500;
}

.about-hero {
  display: flex;
  margin-top: 80px;
  padding-top: 110px;
  padding-bottom: 40px;
  align-items: center;
}

.menuopen {
  display: none;
  cursor: pointer;
}

.navdiv {
  display: flex;
  justify-content: center;
}

.iconblock {
  display: none;
  width: 300px;
  justify-content: space-between;
}

.aboutheroimg {
  width: 50%;
}

.div-block-2 {
  max-width: 700px;
  margin-top: 20px;
  padding-right: 10vw;
  padding-left: 5vw;
}

.aboutheading {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: -110px;
  font-size: 110px;
  line-height: 1.1;
  font-weight: 700;
}

.liketext {
  font-weight: 500;
}

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

.likediv {
  display: flex;
  width: 1700px;
  margin-right: 20px;
  margin-left: 20px;
  flex-direction: row;
  justify-content: space-between;
}

.likecontainer {
  display: flex;
  width: 3400px;
  margin-top: 18px;
  margin-bottom: 20px;
  margin-left: -1700px;
}

.line {
  width: 100vw;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #25282b;
}

.heart-icon {
  position: relative;
  z-index: 3;
  width: 28px;
  margin-right: 40px;
  margin-left: 40px;
  flex: 0 0 auto;
}

.body {
  overflow: hidden;
}

.clientlogos {
  position: relative;
  overflow: hidden;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 10px;
  background-color: #25282b;
}

.clientlogo {
  position: relative;
  z-index: 1;
  width: 100%;
}

.clientlogo.color {
  position: absolute;
  z-index: -2;
}

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

.darkbody {
  background-color: #181a1c;
  color: #fff;
}

.clientlogocolor {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
}

.div-block-4 {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  align-items: center;
}

.resumeimagediv {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 130px;
  height: 110px;
  margin-right: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 10px;
  background-color: #25282b;
}

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

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

.resumeimage {
  width: 100%;
  max-width: none;
}

.div-block-5 {
  display: inline-block;
  flex-direction: column;
}

.div-block-5.rightdiv {
  padding-left: 4%;
  border-left: 2px solid #25282b;
}

.div-block-6 {
  display: flex;
  overflow: hidden;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
}

.divider {
  width: 100vw;
  height: 2px;
  background-color: #25282b;
}

.divider.vertical {
  width: 2px;
  height: 400px;
}

.right-arrow-2 {
  left: auto;
  top: 20px;
  right: 0%;
  bottom: auto;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 50%;
  transition: all 200ms ease-in;
}

.right-arrow-2:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.left-arrow {
  left: auto;
  top: 20px;
  right: 50px;
  bottom: auto;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 50%;
  transition: all 200ms ease-in;
}

.left-arrow:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.slide-nav {
  left: auto;
  top: 25px;
  right: 110px;
  bottom: auto;
  font-size: 10px;
  line-height: 10px;
}

.icon-2 {
  font-size: 14px;
}

.bigtext {
  font-size: 30px;
  line-height: 36px;
}

.testimonialimage {
  width: 80px;
  height: 80px;
  max-width: none;
  margin-right: 30px;
  border-radius: 50%;
}

.testimonalname {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.slider {
  height: 400px;
  background-color: transparent;
}

.div-block-8 {
  display: flex;
  height: 100%;
  margin-top: -110px;
  padding-top: 110px;
  align-items: center;
}

.slide-2 {
  color: #8233ff;
}

.footerlink {
  width: 60px;
  height: 60px;
  padding: 7px;
}

.footer {
  padding-bottom: 70px;
}

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

.footercopy {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}

.footerlinkspacer {
  width: 60px;
  height: 60px;
  padding: 7px;
}

.purplelink {
  color: #b847ff;
}

.redlink {
  color: #ff1f1f;
}

.darklink {
  color: #979dff;
}

.pagecontent {
  overflow: hidden;
  width: 100vw;
}

.typography {
  width: 100%;
  max-height: 400px;
  max-width: none;
}

.slide-3 {
  color: #ff7e1d;
}

.slide-4 {
  color: #f8da0c;
}

.slide-5 {
  color: #efa329;
}

.slide-1 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  body {
    background-color: #656565;
  }

  h1 {
    margin-left: 0px;
    font-size: 60px;
    line-height: 60px;
  }

  h2 {
    font-size: 32px;
    line-height: 32px;
  }

  h3 {
    font-size: 26px;
    line-height: 28px;
  }

  h4 {
    font-size: 24px;
    line-height: 28px;
  }

  h5 {
    font-size: 20px;
    line-height: 20px;
  }

  .project-text {
    width: auto;
    padding-right: 19px;
    padding-left: 19px;
    text-align: center;
  }

  .right {
    width: 50%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .track {
    height: 500vh;
  }

  .camera {
    overflow: visible;
    width: auto;
    height: auto;
  }

  .frame {
    height: auto;
    flex-direction: column;
  }

  .item {
    display: flex;
    width: auto;
    height: 100vh;
    padding-right: 12%;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .progress-bar {
    position: fixed;
    left: 46%;
    z-index: 10;
  }

  .side-nav {
    width: 40px;
    height: 201px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .selector {
    display: none;
    width: 40px;
    height: 40px;
    margin-left: -4px;
  }

  .sidenav-icon {
    width: 32px;
    height: 32px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 3px;
    opacity: 0.5;
  }

  .sidenav-icon:hover {
    padding: 0px;
  }

  .sidenav-icon.w--current {
    opacity: 1;
  }

  .sivenav-wrap {
    display: flex;
  }

  .arrow-forward {
    justify-content: center;
  }

  .heading {
    color: #efa329;
  }

  .heading-2 {
    color: #f8da0c;
  }

  .heading-3 {
    color: #8233ff;
  }

  .heading-4 {
    color: #ff7e1d;
  }

  .arrow-back {
    justify-content: center;
  }

  .big-head {
    font-size: 80px;
    line-height: 80px;
  }

  .spacer._80 {
    height: 40px;
  }

  .spacer._150 {
    height: 60px;
  }

  .spacer._100 {
    height: 40px;
  }

  .textwrap {
    width: 85%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .innerheroimgwrap {
    margin-top: 10vh;
  }

  .innerheroimgwrap.footer {
    margin-top: 1vh;
  }

  .innercontent {
    padding-top: 70px;
  }

  .topherohead {
    left: auto;
    max-width: 100%;
    margin-top: -40vh;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
    font-size: 70px;
    line-height: 80px;
    text-align: center;
  }

  .topherohead.footer {
    margin-top: 0vh;
    margin-right: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .imagewrap {
    width: 95%;
  }

  .sectionheading {
    margin-bottom: 50px;
  }

  .horizdisplaycontainer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .horisimgwrap {
    margin: 10px;
  }

  ._20pad._6-12 {
    padding: 10px;
  }

  .parralaxsection {
    height: 300px;
  }

  .quotetext {
    font-size: 30px;
  }

  ._3colwrap {
    width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  ._3colcontainer.right {
    width: 27%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .about-hero {
    margin-top: 40px;
    padding-bottom: 210px;
    align-items: flex-end;
  }

  .div-block-2 {
    margin-bottom: -30px;
    padding-right: 6vw;
  }

  .aboutheading {
    margin-top: 30px;
    margin-bottom: 70px;
    margin-left: -86px;
    font-size: 100px;
  }

  .div-block-3 {
    position: absolute;
    left: 5%;
    top: auto;
    right: 0%;
    bottom: auto;
    width: 90vw;
  }

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

  .resumeimagediv {
    width: 110px;
    height: 90px;
  }

  .divider.vertical {
    height: 360px;
  }
}

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

  h2 {
    font-size: 28px;
    line-height: 28px;
  }

  h3 {
    font-size: 24px;
    line-height: 24px;
  }

  h4 {
    font-size: 22px;
    line-height: 22px;
  }

  p {
    font-size: 18px;
    line-height: 21px;
  }

  .item {
    padding-right: 8%;
    padding-left: 2%;
  }

  .item.slide2 {
    height: auto;
    min-height: 100vh;
  }

  .white-text {
    font-size: 20px;
  }

  .side-nav {
    width: 28px;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .sidenav-icon {
    width: 28px;
    height: 28px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0px 4px;
  }

  .sidenav-icon.w--current {
    width: 28px;
    height: 28px;
  }

  .sivenav-wrap {
    right: 3%;
  }

  .big-head {
    font-size: 60px;
    line-height: 60px;
  }

  .spacer._50 {
    height: 15px;
  }

  .spacer._150 {
    height: 30px;
  }

  .spacer.mobileshow {
    display: block;
    height: 40px;
  }

  .textwrap {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .grid {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .flex-sb {
    flex-direction: column;
  }

  .flex-sb.mobilehoriz {
    flex-direction: row;
  }

  ._2-3 {
    width: 100%;
  }

  .inner-page-head {
    width: 100%;
    margin-bottom: 20px;
  }

  ._8-12 {
    width: 100%;
  }

  .innerheroimgwrap {
    width: 70%;
    height: 30vh;
  }

  .innercontent {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .topherohead {
    position: fixed;
    margin-top: -30vh;
    padding-right: 10%;
    padding-left: 10%;
    font-size: 40px;
    line-height: 60px;
  }

  .imagewrap {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .dutyroles {
    margin-top: 30px;
  }

  .sectionheading {
    margin-bottom: 30px;
  }

  ._2col {
    width: 100%;
  }

  ._4-12 {
    width: 100%;
  }

  .horizdisplaycontainer {
    width: 200vw;
    margin-top: 2px;
    margin-left: -50vw;
    padding-right: 8px;
    padding-left: 8px;
  }

  .horisimgwrap {
    width: 47vw;
    margin: 4px;
  }

  .gridimg {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .quotesection {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .caption {
    font-size: 14px;
    line-height: 1.4;
  }

  ._3colwrap {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  ._3colcontainer {
    width: 38%;
  }

  ._3colcontainer.left {
    margin-left: -16%;
  }

  ._3colcontainer.right {
    width: 38%;
    margin-right: -16%;
  }

  .screenmock {
    border-radius: 16px;
  }

  .about-hero {
    margin-top: 0px;
    margin-bottom: 60px;
    padding-top: 80px;
    padding-bottom: 40px;
    flex-direction: column;
  }

  .aboutheroimg {
    width: 100%;
  }

  .div-block-2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .aboutheading {
    margin-top: -60px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 80px;
  }

  .div-block-3 {
    position: static;
    width: 100%;
  }

  .logogrid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .resumeimagediv {
    width: 80px;
    height: 70px;
    margin-right: 16px;
  }

  .divider.vertical {
    height: 300px;
  }

  .right-arrow-2 {
    top: 10px;
  }

  .left-arrow {
    top: 10px;
  }

  .slide-nav {
    top: 15px;
    right: 100px;
    font-size: 9px;
  }

  .bigtext {
    font-size: 22px;
  }

  .testimonialimage {
    width: 60px;
    height: 60px;
    margin-right: 18px;
  }

  .slider {
    margin-top: 60px;
    margin-bottom: 40px;
  }

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

  .footercopy {
    margin-top: 18px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

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

  .typography {
    width: 50%;
  }
}

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

  h2 {
    font-size: 26px;
    line-height: 26px;
  }

  h3 {
    font-size: 22px;
    line-height: 22px;
  }

  h4 {
    font-size: 20px;
    line-height: 20px;
  }

  .nav-link {
    display: flex;
    height: 30px;
    min-width: 30px;
    margin-left: 8px;
  }

  .logo-block {
    width: 130px;
    height: auto;
  }

  .navbar {
    display: flex;
    width: 180vw;
    margin-top: 20px;
    margin-right: 5vw;
    margin-left: 5vw;
  }

  .big-head {
    font-size: 40px;
    line-height: 40px;
  }

  .spacer._50 {
    height: 10px;
  }

  .spacer._150 {
    height: 18px;
  }

  .spacer._100 {
    height: 10px;
  }

  .innerheroimgwrap {
    height: 20vh;
    margin-top: 5vh;
  }

  .innerheroimgwrap.footer {
    margin-top: 0vh;
  }

  .innercontent {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .topherohead.footer {
    position: static;
    margin-top: 0vh;
  }

  .innernavwrap {
    width: auto;
  }

  .sectionheading {
    margin-bottom: 0px;
  }

  .parralaxsection {
    width: 200vw;
    height: 180px;
    margin-left: -50vw;
  }

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

  .profileimg {
    width: 60px;
    height: 60px;
  }

  .quotetext {
    margin-top: 20px;
    padding-left: 0px;
    font-size: 20px;
  }

  ._3colwrap {
    margin-top: 50px;
    margin-bottom: 80px;
    align-items: center;
  }

  ._3colcontainer {
    position: relative;
    z-index: 3;
    width: 54%;
  }

  ._3colcontainer.left {
    z-index: 1;
    width: 38%;
    margin-right: -10%;
    margin-left: 0%;
  }

  ._3colcontainer.right {
    z-index: 1;
    width: 38%;
    margin-right: 0%;
    margin-left: -10%;
  }

  .screenmock {
    border-radius: 12px;
  }

  .header-icon {
    width: 22px;
  }

  .navtextlink {
    margin-top: 1px;
    margin-right: 8px;
    margin-left: 8px;
    font-size: 13px;
  }

  .menuopen {
    display: flex;
    width: 30px;
    height: 30px;
    float: right;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .menubar {
    width: 20px;
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .menubar.black {
    background-color: #181a1c;
  }

  .aboutheading {
    margin-top: -52px;
    margin-bottom: 10px;
    font-size: 60px;
  }

  .logogrid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-4 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: flex-start;
  }

  .divider.vertical {
    display: none;
  }

  .right-arrow-2 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 36px;
    height: 36px;
  }

  .left-arrow {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 36px;
    height: 36px;
  }

  .slide-nav {
    left: 0%;
    top: 3px;
    right: 0%;
    bottom: auto;
  }

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

  .testimonalname {
    margin-top: 60px;
    margin-bottom: 18px;
  }

  .footerlink {
    width: 40px;
    height: 40px;
  }

  .footerlinkspacer {
    width: 40px;
    height: 40px;
  }

  .typography {
    width: 80%;
  }
}

