.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.hero-section {
  width: 100%;
  height: 100vh;
  max-height: 100%;
  background-color: #2d2d2d;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1300px;
  padding-bottom: 100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: transparent;
}

.featured-projects {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1300px;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.about-me {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-top: 7%;
  padding-right: 60px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.my-video {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-bottom-left-radius: 10%;
  border-bottom-right-radius: 10%;
  background-color: #4e4e4e;
}

.my-profile-picture {
  position: absolute;
  top: 8%;
  width: 250px;
  height: 250px;
  background-color: transparent;
  background-image: url('../images/my-profile-picure.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.text-block {
  margin-right: 140px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.text-span {
  color: #ff5757;
}

.paragraph-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.button-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #2d2d2d;
  border-radius: 10px;
  background-color: #fed000;
  -webkit-transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  font-family: Rubik, sans-serif;
  color: #2d2d2d;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: none;
}

.button-contact:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fed000;
  background-color: #2d2d2d;
  color: #fed000;
}

.social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
}

.title-availability {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 0px;
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Rubik, sans-serif;
  color: #ff5757;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.availability {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.text-span-2 {
  color: #28ff58;
  font-weight: 700;
}

.available {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #28ff58;
}

.projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project {
  width: 46%;
  height: auto;
  background-color: transparent;
  text-decoration: none;
  cursor: none;
}

.thumbnail-project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #f0f0f0;
}

.thumbnail-project.bg-1 {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  background-image: url('../images/smart-access-preview.gif');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.thumbnail-project.bg-2 {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  background-image: url('../images/bg-project-evohom.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumbnail-project.bg-3 {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  background-image: url('../images/preview-landing-page.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumbnail-project.bg-4 {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  background-image: url('../images/bg-project-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumbnail-project.bg-5 {
  background-color: #fff;
  background-image: url('../images/wd-bg-project.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumbnail-project.bg-6 {
  background-color: #fff;
  background-image: url('../images/bg-project-1.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  font-family: Rubik, sans-serif;
  color: #404040;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.text-span-3 {
  color: #ff5757;
  font-weight: 700;
}

.text-block-4 {
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  border-right: 2px solid #ff5757;
  font-family: Roboto, sans-serif;
  color: #404040;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.any-project {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 50px;
  margin-top: 200px;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.any-project-text {
  width: 200vw;
  height: 100%;
  font-family: Roboto, sans-serif;
  color: #404040;
  font-size: 36px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.text-span-5 {
  color: #404040;
  font-weight: 300;
}

.text-span-6 {
  color: #ff5757;
  font-weight: 700;
}

.make-something {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 50px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #2d2d2d;
  background-image: url('../images/connect-bg.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-6 {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.text-span-7 {
  color: #ff5757;
  font-weight: 700;
}

.my-focus {
  width: auto;
  height: auto;
  max-width: 1300px;
  margin: 150px auto 180px;
}

.section-title-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 80px;
  font-family: Rubik, sans-serif;
  color: #ff5757;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 480px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-block {
  width: 48%;
  height: 100%;
  border-radius: 10px;
  background-color: transparent;
  background-image: url('../images/ux-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.focus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 100%;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/my-focus-bg.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #404040;
  font-size: 24px;
  font-weight: 500;
}

.skill {
  width: 100%;
  height: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 35px;
  background-image: url('../images/focus-bg.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.quote {
  width: 56%;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #404040;
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
}

.text-span-8 {
  color: #ff5757;
  font-weight: 700;
}

.instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 200px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ig-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: none;
  margin-top: 70px;
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ig-img {
  width: 12%;
  max-width: none;
  margin-right: -1px;
}

.secondary-cta1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ff5757;
  border-radius: 8px;
  background-color: #ff5757;
  -webkit-transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  cursor: none;
}

.secondary-cta1:hover {
  border-color: #ff5757;
  background-color: #fff;
  color: #ff5757;
  font-weight: 400;
}

.recommendations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 1300px;
  height: 320px;
  max-width: 1300px;
  margin-right: auto;
  margin-bottom: 160px;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #404040;
}

.slide-nav {
  display: none;
}

.icon {
  margin: auto 0px auto 20px;
  -webkit-transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  color: #5c5c5c;
  font-size: 30px;
  cursor: none;
}

.icon:hover {
  color: #ff5757;
}

.icon-2 {
  margin: auto 0px auto 20px;
  -webkit-transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  color: #5c5c5c;
  font-size: 30px;
  cursor: none;
}

.icon-2:hover {
  color: #ff5757;
}

.name-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  height: 100%;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide {
  width: 100%;
  padding: 30px 70px;
}

.mask {
  overflow: visible;
  width: 100%;
}

.text-block-8 {
  display: block;
  width: 76%;
  margin-right: 0px;
  margin-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: relative;
  overflow: visible;
  max-height: 30px;
  max-width: none;
  margin-top: 0px;
}

.image-2 {
  max-height: 30px;
  max-width: none;
  margin-bottom: 0px;
}

.text-block-9 {
  width: 72%;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.text-span-9 {
  display: inline-block;
  margin-top: 20px;
  padding-left: 0px;
  color: #ff5757;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.image-3 {
  height: 24px;
}

.how-i-do-it {
  margin-top: 130px;
  margin-right: auto;
  margin-left: auto;
}

.container-2 {
  display: block;
  height: auto;
  max-width: 1300px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #fed000;
}

.process {
  width: 50%;
  padding-left: 40px;
}

.animation {
  width: 50%;
}

.body {
  font-family: Rubik, sans-serif;
  color: #404040;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.5px;
  cursor: none;
}

.text-block-10 {
  margin-top: -11px;
  margin-bottom: 60px;
}

.text-block-11 {
  margin-bottom: 15px;
  font-size: 24px;
}

.text-span-10 {
  color: #ffe15a;
  font-weight: 700;
}

.text-block-12 {
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.text-block-15 {
  margin-right: 40px;
  margin-bottom: -46px;
  float: right;
  color: #ed3352;
  font-size: 30px;
  line-height: 50px;
  text-align: right;
}

.text-span-11 {
  color: #fed000;
}

.footer {
  margin-top: 200px;
}

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

.free-consultation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-16 {
  line-height: 40px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-17 {
  margin-right: 50px;
  margin-left: 50px;
  font-size: 20px;
}

._2020 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #fed000;
  background-color: transparent;
}

._2020.project-footer {
  max-width: 1300px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-18 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-span-12 {
  font-weight: 500;
}

.secondary-cta-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ff5757;
  border-radius: 8px;
  background-color: #ff5757;
  -webkit-transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  cursor: none;
}

.secondary-cta-1:hover {
  border-color: #ff5757;
  background-color: #fff;
  color: #ff5757;
  font-weight: 400;
}

.lottie-animation-2 {
  position: absolute;
  bottom: 20px;
}

.scroll-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 100%;
  height: 5px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#7a20e9), to(#02b0cb));
  background-image: linear-gradient(90deg, #7a20e9, #02b0cb);
  line-height: 5px;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0%;
  background-color: transparent;
  cursor: none;
}

.cursor-2 {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #ff5757;
}

.cursor-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ff5757;
  border-radius: 100%;
  background-color: transparent;
}

.left-arrow {
  cursor: none;
}

.right-arrow {
  cursor: none;
}

.cursor-none {
  width: auto;
  height: auto;
  cursor: none;
}

.body-2 {
  background-color: #2d2d2d;
  cursor: none;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  max-width: 1300px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
}

.grid {
  display: block;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-details-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding: 80px 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.project-preview {
  width: 45%;
  height: 200px;
  background-color: transparent;
}

.project-preview.bg {
  height: auto;
  background-image: url('../images/smart-access-preview.gif');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.project-preview.bg-evohom {
  height: auto;
  background-image: url('../images/bg-project-evohom.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-preview.bg-real-estate {
  height: auto;
  background-color: transparent;
  background-image: url('../images/preview-landing-page.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-preview.bg-atria {
  height: auto;
  background-color: #c4d0cb;
  background-image: url('../images/bg-project-2.gif');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.project-preview.bg-wd {
  height: auto;
  background-color: #c4d0cb;
  background-image: url('../images/wd-bg-project.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-title {
  margin-bottom: 30px;
  font-family: Rubik, sans-serif;
  color: #ff5757;
  font-size: 36px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.project-overview {
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #404040;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.missions {
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  color: #ff5757;
  font-size: 20px;
  font-weight: 500;
}

.footer-project {
  margin-top: 0px;
  padding-top: 80px;
  background-color: #fff;
}

.next-project {
  margin-top: 80px;
  margin-bottom: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-home {
  overflow: hidden;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  cursor: none;
}

.lottie-animation-3 {
  margin-left: 0px;
}

.next {
  width: auto;
  height: 171px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.next-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  border-radius: 10px;
  text-decoration: none;
  cursor: none;
}

.next-preview.bg {
  width: 300px;
  height: 160px;
  background-image: url('../images/bg-project-evohom.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.next-preview.bg-evohom {
  width: 300px;
  height: 160px;
  background-image: url('../images/preview-landing-page.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.next-preview.bg-atria {
  width: 300px;
  height: 160px;
  background-image: url('../images/bg-project-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.next-preview.bg-atria {
  width: 300px;
  height: 160px;
  background-color: #fff;
  background-image: url('../images/smart-access-preview.gif');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.next-preview.bg-re {
  width: 300px;
  height: 160px;
  background-image: url('../images/bg-project-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.next-preview.bg-wd {
  width: 300px;
  height: 160px;
  background-color: #fff;
  background-image: url('../images/wd-bg-project.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-19 {
  margin-right: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-align: right;
  text-decoration: none;
}

.text-span-13 {
  color: #ff5757;
  font-size: 24px;
}

.designs-project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-bottom: 140px;
  margin-left: auto;
}

.container-6 {
  display: block;
  max-width: 1300px;
}

.design-project-title {
  width: 100%;
  margin-bottom: 30px;
  font-family: Rubik, sans-serif;
  color: #ff5757;
  font-size: 36px;
  line-height: 30px;
  font-weight: 500;
}

.design-project-p {
  width: 50%;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.text-span-14 {
  color: #ff5757;
}

.image-5 {
  display: block;
  margin-right: auto;
  margin-bottom: 180px;
  margin-left: auto;
}

.responsive-ytb {
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 1300px;
  margin-bottom: 140px;
  border-radius: 10px;
}

.ui-mobile-sa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1300px;
  max-width: 1300px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.youtube {
  overflow: hidden;
  border-radius: 10px;
}

.bg-video-evohom {
  width: 100%;
  height: 740px;
  max-width: 1300px;
  margin-bottom: 140px;
  border-radius: 10px;
}

.image-6 {
  margin-bottom: 100px;
}

.image-7 {
  margin-top: 60px;
}

.live-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  margin-bottom: -100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-8 {
  display: block;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
}

.bg-video-atria {
  width: 100%;
  height: 730px;
  max-width: 1300px;
  margin-bottom: 140px;
  border-radius: 10px;
}

.image-9 {
  width: 1300px;
  max-width: 100%;
}

.link {
  font-weight: 500;
  text-decoration: none;
  cursor: none;
}

.image-9-copy {
  width: auto;
  max-width: 100%;
  margin-bottom: 100px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.html5-ads {
  width: 300px;
  height: 810px;
}

.background-video {
  width: 100%;
  height: 670px;
}

.background-video2 {
  width: 100%;
  height: 670px;
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    display: block;
    height: auto;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .featured-projects {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-me {
    width: 100%;
    margin-top: 20px;
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .my-video {
    display: block;
    width: 100%;
    height: 300px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .my-profile-picture {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 150px;
    height: 150px;
    margin-top: -70px;
  }

  .text-block {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 26px;
    line-height: 36px;
  }

  .paragraph-2 {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .contact {
    width: 100%;
  }

  .button-contact {
    padding-right: 50px;
    padding-left: 50px;
  }

  .social-media-icon {
    margin-left: 30px;
  }

  .projects {
    display: block;
  }

  .project {
    width: 100%;
    margin-bottom: 40px;
  }

  .thumbnail-project {
    height: 350px;
  }

  .any-project {
    margin-top: 100px;
    font-size: 20px;
  }

  .any-project-text {
    font-size: 26px;
  }

  .make-something {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
    padding: 40px 100px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

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

  .my-focus {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div {
    display: block;
    height: 800px;
  }

  .image-block {
    width: 100%;
    height: 50%;
  }

  .focus {
    width: auto;
    height: 50%;
    margin-top: 50px;
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .quote {
    width: 80%;
    font-size: 26px;
    line-height: 36px;
  }

  .ig-img {
    width: 14%;
  }

  .recommendations {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    max-width: none;
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 0px;
  }

  .icon {
    margin-top: 160%;
  }

  .icon-2 {
    margin-top: 160%;
  }

  .name-title {
    width: 100%;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide {
    padding: 40px;
  }

  .text-block-8 {
    width: auto;
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 22px;
  }

  .testimonial {
    display: block;
    padding-right: 0px;
  }

  .text-block-9 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }

  .text-span-9 {
    display: block;
    margin-top: 10px;
  }

  .how-i-do-it {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .process {
    width: 100%;
  }

  .animation {
    display: block;
    width: 50%;
    margin-top: -50px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .all {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-15 {
    margin-right: auto;
    margin-bottom: -38px;
    margin-left: auto;
    font-size: 26px;
    line-height: 40px;
  }

  .footer {
    margin-top: 140px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .free-consultation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-16 {
    margin-bottom: 40px;
  }

  .lottie-animation {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .lottie-animation-2 {
    display: none;
  }

  .cursor-wrapper {
    display: none;
  }

  .project-details {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-4 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .project-details-text {
    width: 100%;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .project-preview.bg {
    width: 100%;
    height: 300px;
  }

  .project-preview.bg-evohom {
    width: 100%;
    height: 300px;
  }

  .project-preview.bg-real-estate {
    width: 100%;
    height: 300px;
  }

  .project-preview.bg-atria {
    width: 100%;
    height: 300px;
  }

  .project-preview.bg-wd {
    width: 100%;
    height: 300px;
  }

  .project-overview {
    margin-bottom: 20px;
  }

  .container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lottie-animation-3 {
    margin-bottom: 40px;
  }

  .next-preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .next-preview.bg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .next-preview.bg-evohom {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .next-preview.bg-atria {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .next-preview.bg-atria {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .next-preview.bg-re {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .next-preview.bg-wd {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .text-block-19 {
    margin-top: 30px;
    margin-right: 0px;
    text-align: center;
  }

  .designs-project {
    padding-right: 20px;
    padding-left: 20px;
  }

  .design-project-title {
    width: 100%;
  }

  .design-project-p {
    width: 100%;
    margin-bottom: 20px;
  }

  .ui-mobile-sa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ui-sa {
    margin-bottom: 10px;
  }

  .bg-video-evohom {
    height: 412px;
  }

  .bg-video-atria {
    height: 408px;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .html5-ads {
    margin-top: 40px;
  }
}

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

  .paragraph-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .button-contact {
    font-size: 18px;
  }

  .social-media {
    height: auto;
    padding-top: 0px;
  }

  .title-availability {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 26px;
  }

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

  .projects {
    margin-bottom: 40px;
  }

  .project {
    margin-bottom: 30px;
  }

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

  .text-block-4 {
    font-size: 16px;
  }

  .make-something {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .my-focus {
    margin-top: 80px;
  }

  .section-title-2 {
    font-size: 26px;
  }

  .focus {
    margin-right: 0px;
    margin-left: 0px;
  }

  .skill {
    font-size: 20px;
  }

  .quote {
    width: 90%;
  }

  .ig-img {
    width: 20%;
  }

  .secondary-cta1 {
    width: 100%;
    font-size: 18px;
  }

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

  .text-block-9 {
    font-size: 30px;
  }

  .process {
    padding-right: 30px;
  }

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

  .text-block-15 {
    margin-bottom: -27px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
  }

  .free-consultation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block-16 {
    font-size: 26px;
  }

  .div-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block-17 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  ._2020 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 30px;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-18 {
    margin-bottom: 20px;
  }

  .secondary-cta-1 {
    width: auto;
    font-size: 18px;
  }

  .project-details-text {
    padding-top: 40px;
  }

  .bg-video-evohom {
    height: 298px;
  }

  .bg-video-atria {
    height: 290px;
  }
}

@media screen and (max-width: 479px) {
  .my-video {
    height: 350px;
  }

  .my-profile-picture {
    width: 120px;
    height: 120px;
    margin-top: -60px;
  }

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

  .contact {
    height: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-contact {
    width: 100%;
    height: auto;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .social-media {
    width: 80%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .social-media-icon {
    margin-left: 0px;
  }

  .title-availability {
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project {
    margin-bottom: 80px;
  }

  .thumbnail-project {
    height: 270px;
  }

  .project-description {
    height: 54px;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-4 {
    padding-right: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    border-right-style: none;
    text-align: center;
  }

  .any-project {
    margin-bottom: 40px;
  }

  .text-block-6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }

  .my-focus {
    margin-top: 120px;
    margin-bottom: 200px;
  }

  .section-title-2 {
    margin-bottom: 20px;
  }

  .div {
    height: 560px;
  }

  .image-block {
    height: 50%;
  }

  .focus {
    height: 36%;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-clip: border-box;
  }

  .skill {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .quote {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
  }

  .instagram {
    margin-bottom: 160px;
  }

  .ig-images {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .ig-img {
    width: 30%;
    font-size: 30px;
  }

  .recommendations {
    margin-bottom: 140px;
  }

  .icon {
    margin-top: 54%;
    margin-left: 20px;
  }

  .icon-2 {
    margin-top: 54%;
    margin-left: 30px;
  }

  .slide {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

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

  .text-span-9 {
    font-size: 16px;
  }

  .how-i-do-it {
    margin-top: 60px;
  }

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

  .animation {
    width: 100%;
    margin-top: 0px;
  }

  .text-block-10 {
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.3px;
  }

  .text-block-15 {
    position: relative;
    bottom: -45px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 21px;
    text-align: center;
  }

  .text-span-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    line-height: 20px;
  }

  .text-block-16 {
    font-size: 20px;
    text-align: center;
  }

  ._2020 {
    padding-top: 20px;
  }

  ._2020.project-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-18 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .lottie-animation {
    line-height: 20px;
  }

  .secondary-cta-1 {
    height: auto;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .project-details-text {
    padding-top: 40px;
  }

  .project-title {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .project-overview {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .footer-project {
    height: auto;
    padding-bottom: 1px;
    padding-left: 0px;
  }

  .design-project-title {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .design-project-p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .responsive-ytb {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bg-video-evohom {
    height: 156px;
  }

  .live-preview {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bg-video-atria {
    height: 160px;
  }
}

#w-node-b8c3e6c9b813-d4d072ab {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

