.navbar-light {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 60px;
  max-width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  border-style: none;
  border-width: 0px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #1a1a1a;
  opacity: 1;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-family: 'Noto Sans', sans-serif;
  -o-object-fit: contain;
  object-fit: contain;
}

.container-light-nav {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 60px;
  max-width: 1500px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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: 1px none #000;
  border-radius: 0px;
  background-color: #1a1a1a;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar-light-brand {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: 60px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.company-name-block {
  position: relative;
  height: 100%;
  padding: 20px 64px 0px 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 45%;
  height: 60px;
  max-width: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.nav-item {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-right: 20px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  clear: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #7a86ee;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.nav-item:hover {
  color: #fff;
}

.nav-item.w--current {
  color: #7a86ee;
}

.navbar-light-navbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 20px;
  padding: 20px 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: transparent;
  color: #7a86ee;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: line-through;
  text-transform: lowercase;
}

.navbar-light-navbutton:hover {
  background-color: #242424;
}

.menu-button {
  overflow: hidden;
  width: 100%;
  max-width: 1550px;
  padding-right: 0px;
  padding-left: 0px;
}

.centered-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1124px;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
}

.centered-container.horizontal-flex {
  max-width: 12801124px;
  min-height: 350px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #1a1a1a;
}

.about-image {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 60%;
  height: auto;
  margin: 0% 0px 0px 25%;
  opacity: 0.1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-content {
  max-width: 810px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.about-heading {
  font-family: 'Abril Fatface', sans-serif;
  color: #000;
  font-size: 92px;
  line-height: 110px;
  font-weight: 400;
}

.about-subheading {
  max-width: 640px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.paragraph {
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #747474;
}

.about {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: 800px;
  max-width: 1550px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  border: 0px none #000;
  background-color: #1a1a1a;
  color: transparent;
  white-space: normal;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.about-desk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1124px;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
}

.about-desk.hero {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100%;
  max-width: 1500px;
  min-height: 300px;
  padding: 0px;
  background-color: #1a1a1a;
  color: #000;
  mix-blend-mode: normal;
}

.call-to-action-heading {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: auto;
  font-family: 'Abril Fatface', sans-serif;
  color: #fff;
  font-size: 92px;
  line-height: 100;
  font-weight: 700;
  text-align: justify;
}

.bold-text {
  position: static;
  display: block;
  width: 70%;
  margin-right: -200px;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
  text-align: left;
  -o-object-fit: contain;
  object-fit: contain;
}

.call-to-action-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

.primary-button-black {
  margin-right: 20px;
  margin-left: 0px;
  padding: 12px 30px;
  background-color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.primary-button-black:hover {
  background-color: #000;
}

.secondary-button-silver {
  padding: 12px 30px;
  border: 0px solid #5343ff;
  border-radius: 1px;
  background-color: rgba(51, 51, 51, 0.2);
  color: #000;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.secondary-button-silver:hover {
  background-color: #000;
  color: #fff;
}

.body {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  background-color: #1a1a1a;
}

.gallery-grid {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  margin-bottom: 80px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  grid-auto-flow: row dense;
  grid-auto-columns: minmax(200px, 0.5fr);
  grid-template-areas: ". . . Area";
  -ms-grid-columns: 1.5fr 1fr 1.5fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1.5fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  margin-bottom: 40px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f4f4f4;
  text-align: center;
  text-decoration: none;
}

.gallery-image:hover {
  opacity: 0.8;
}

.gallery-image:active {
  opacity: 0.7;
}

.gallery-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -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;
}

.gallery-name-link {
  margin-bottom: 5px;
  color: #000;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.gallery-name-link:hover {
  opacity: 0.8;
}

.gallery-name-link:active {
  opacity: 0.7;
}

.paragraph-light {
  opacity: 0.6;
  color: #242424;
}

.gallery-image-1 {
  width: 730px;
  height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 250px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 2em;
  font-family: 'Abril Fatface', sans-serif;
  color: #fff;
  font-size: 70px;
  font-weight: 400;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  padding-right: 40px;
  clear: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.paragraph-2 {
  display: block;
}

.column {
  display: block;
}

.columns {
  padding: 40px;
  background-color: #5864e0;
}

.gallery {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100vw;
  height: 50vw;
  margin-right: auto;
  margin-left: auto;
  clear: right;
  background-color: #dadada;
  -o-object-fit: none;
  object-fit: none;
}

.item {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d67979;
}

.item2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  background-color: #a17676;
}

.frame {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 100%;
  background-color: #cfad89;
  line-height: 100%;
  text-decoration: none;
}

.iten {
  width: 100vw;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #422081;
}

.div-block-2 {
  width: 100vw;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #61ad83;
}

.paragraph-3 {
  position: absolute;
  left: auto;
  top:45%;
  bottom: auto;
  overflow: hidden;
  width: 60%;
  padding-left: 40px;
  font-family: 'Ubuntu', sans-serif;
  color: #7a86ee;
  font-size: 36px;
  line-height: 120%;
  font-weight: 400;
}

.paragraph-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -10%;
  width: 35%;
  margin-bottom: 0px;
  margin-left: 0em;
  padding-top: 0px;
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

.works-desk {
  display: inline-block;
  overflow: visible;
  width: 100%;
  height: 300vw;
  max-height: none;
  /* max-width: 1550px; */
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  background-color: #000;
  -o-object-fit: contain;
  object-fit: contain;
}

.carousel-int {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #292929;
  -o-object-fit: fill;
  object-fit: fill;
}

.item-carousel-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 70vh;
  max-width: 1550px;
  padding-top: 30px;
  padding-right: 0px;
  padding-left: 12em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.item-pic-main-03 {
  position: relative;
  display: block;
  overflow: visible;
  width: 65vw;
  height: auto;
  max-width: 1400px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-5 {
  position: absolute;
      width: 90%;
      padding-bottom: 90px;
      padding-left: 40px;
      font-size: 42px;
      line-height: 52px;
}

.image {
  width: auto;
  height: 100vh;
  padding: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-2 {
  display: inline-block;
  width: 100%;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 60%;
  height: auto;
  margin-left: 25%;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.skills {
  position: relative;
  z-index: 99;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #7a86ee;
}
.hobbies {
  position: relative;
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #dddddd;
}

.list, .list-hob {
  margin-bottom: 0px;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: 'Ubuntu', sans-serif;
  font-size: 4em;
  line-height: 1.5em;
  font-weight: 600;
  list-style-type: none;
}
.list span{
  color: #ffc1a3;
}
.list-hob span{
  color: #7a86ee;
}
.list-item {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

.list-item-2 {
  padding-top: 0px;
  padding-bottom: 20px;
  color: #fff;
}

.list-item-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

.heading-2 {
  height: auto;
  margin-left: 0px;
  padding-left: 0px;
  border-bottom: 3px solid #000;
  background-color: #fff;
  font-size: 28px;
  line-height: 60px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
  border-bottom: 3px solid #000;
  background-color: #7a86ee;
  font-family: 'Ubuntu', sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 60px;
}

.heading-hobbies {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
  border-bottom: 3px solid #000;
  background-color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  color: #7a86ee;
  font-size: 28px;
  line-height: 60px;
}

.image-4 {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-5 {
  width: 100%;
  height: auto;
  padding-bottom: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-6 {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-7 {
  width: 100%;
  height: auto;
}

.image-8 {
  width: 100%;
  height: auto;
}

.image-9 {
  width: 100%;
  height: auto;
}

.image-10 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  min-height: auto;
  padding-top: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}
.image-gif{
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 80%;
  height: auto;
  max-width: none;
  min-height: auto;
  padding-top: 0px;
}
.image-11 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: 100%;
  margin-bottom: 0%;
  margin-left: 0%;
  padding-left: 0%;
}

.image-12 {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0%;
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  min-height: auto;
  margin-bottom: 0%;
  margin-left: 0%;
}

.footer {
  position: relative;
  overflow: visible;
  max-width: 1550px;
  min-height: 200px;
  background-color: #fff;
}

.column-2 {
  border: 1px none #000;
  text-align: center;
}

.image-13 {
  position: absolute;
  left: 0%;
  top: -30%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  width: 280px;
  height: auto;
  margin-top: -120px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  cursor: pointer;
}

.columns-2 {
  position: relative;
  width: 100%;
  max-width: 1550px;
  border: 1px none #000;
}

.div-block-5 {
  position: relative;
  max-width: 1550px;
  border: 1px none #000;
}

.link-block {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/linkedin.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.column-3 {
  position: sticky;
  bottom: 10%;
  left: 70%;
  z-index: 99;
  overflow: visible;
  min-height: 150px;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-left: 40px;
}

.link-block-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  padding-left: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-image: url('../images/behnce.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.app-carousel {
  /* display: none; */
  max-width: 1550px;
}

.div-block-6 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  overflow: hidden;
  width: 100%;
  height: 80%;
  background-color: #1a1a1a;
  line-height: 60px;
}

.first-h1 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  height: 300px;
  line-height: 60px;
}

.second-h1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 300px;
  margin-top: 0em;
  line-height: 30px;
}

.div-block-7 {
  position: relative;
  height: 400px;
}

.heading-4 {
  height: auto;
  margin: 0px auto;
  padding-top: 0px;
  padding-left: 40px;
  background-color: transparent;
  font-family: 'Abril Fatface', sans-serif;
  color: #fff;
  font-size: 90px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 1550px;
  background-color: #1a1a1a;
}

.heading-2 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 80%;
  height: 150px;
  max-width: 1350px;
  margin-left: 40px;
  padding-top: 0px;
  padding-left: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  background-color: transparent;
}

.text-block {
  padding-top: 4px;
  font-family: 'Abril Fatface', sans-serif;
  color: #fff;
  font-size: 90px;
}

.div-block-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
  background-color: #1a1a1a;
}

.main {
  position: relative;
  max-width: 1550px;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-5 {
  margin-top: 0px;
  padding-top: 40px;
  padding-left: 40px;
}

.about-mob {
  display: none;
}

.link-block-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #817575;
}

.link {
  position: absolute;
  right: 0px;
  overflow: visible;
  width:300px;
  height: 120%;
  background-image: url('../images/contact.svg');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: transparent;
  text-align: center;
}

.heading-washout {
  position: relative;
  width: 100%;
  height: 60px;
  /* max-width: 1550px; */
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  float: none;
  clear: none;
  border-bottom: 2px solid #000;
  display: inline;
}

.heading-7 {
  margin-top: 50px;
  border: 1px none #000;
  margin-left: 32px;
}

.container {
  position: relative;
  display: inline-block;
  max-width: inherit;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.intro-project {
  width: 100vw;
  /* max-width: 1550px; */
  background-color: #195ef7;
}
.outputs h3{
  margin: 0;
  color: #333;
 font-family: 'Ubuntu', sans-serif;
 font-size: 2rem;
 font-weight: 100;
 line-height: 1.5;
 text-transform: uppercase;
 white-space: nowrap;
 overflow: hidden;
 position: relative;
 width: auto;
}
.outputs span{
  margin-left: 32px;
   font-family: 'Ubuntu', sans-serif;
}
.message {
  background-color: #7a86ee;
  color: #ffffff;
  display: block;
  font-weight: 900;
  overflow: hidden;
  position: absolute;
  padding-left: 0.5rem;
  top: 0.2rem;
  left:190px;
  animation: openclose 7s ease-in-out infinite;
}

.word1, .word2, .word3, .word4, .word5 {

}

@keyframes openclose {
  0% {
      top: 0.2rem;
      width: 0;
    }
    3% {
      width: 0;
    }
    10% {
      width: 300px;
    }
    15% {
      top: 0.2rem;
      width: 300px;
    }
    20% {
      top: 0.2rem;
      width: 0;
    }
    23% {
        top: -6rem;
    }
    35% {

      top: -6rem;
      width: 200px;
    }
    45% {
     top: -6rem;
     width: 0;
     text-indent: 0;
    }
    48% {
     top: -9rem;
     width: 0;
     text-indent: 5px;
    }
    65% {
     top: -9rem;
     width: 600px;
    }
    79% {
      top: -9rem;
      width: 0;
      text-indent: 5px;
    }
    80% {
      top: -12rem;
      width: 0;
      text-indent: 5px;
    }
    90% {
      top: -12rem;
      width: 285px;
    }
    95% {
      top: -12rem;
      width: 0;
      text-indent: 5px;
    }

     100% {
       top: 0;
       width: 0;
       text-indent: 0;
     }
}
.intro-project-dark {
  width: 100vw;
  max-width: 1550px;
  background-color: #1F1F1F;
}

.intro-project-green {
  width: 100vw;
  /* max-width: 1550px; */
  background-color: #4BBF95;
}
.intro-project-coral {
  width: 100vw;
  /* max-width: 1550px; */
  background-color: #EF9152;
}
.intro-project-blu {
  width: 100vw;
  /* max-width: 1550px; */
  background-color: #4E84F9;
}

.text-block-4 {
  padding-top: 10em;
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.intro-txt {
  width: 100vw;
  /* max-width: 1550px; */
  padding: 16px;
}

.column-6 {
  padding: 64px;
}

.project-01-desk {
  width: 100%;
  max-width: 1550px;
  padding-top: 2em;
  background-color: #f2f2f2;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-14 {
  width: 70%;
}

.overview-txt {
  padding-top: 20px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 28px;
  line-height: 38px;
}

.div-block-13 {
  width: 80%;
  margin-left: 16px;
  padding: 60px 32px;
  background-color: #fff;
  font-family: 'Ubuntu', sans-serif;
}

.project-02-desk {
  display: block;
  overflow: hidden;
  width: 100%;
  background-color: #f2f2f2;
}

.column-7 {
  padding: 16px 32px;
}

.columns-3 {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 100px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #20201E;
}

.dark-bck {
  background-color: #000000;
}

.column-8 {
  padding-right: 32px;
  padding-left: 32px;
}

.text-block-6 {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width:768px){
  .text-block-6{
    font-size: 22px;
  }
}
.image-15 {
  width: auto;
  height: 100%;
  max-width: none;
  min-height: auto;
  padding: 8px 16px;
}

.columns-4 {
  position: static;
  width: 100%;
  height: 100%;
}

.column-9 {
  height: 100%;
  text-align: center;
}

.column-10 {
  height: 100%;
}

.columns-5 {
  width: 100%;
  max-width: 1550px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 64px;
  padding-left: 64px;
}

.column-11 {
  padding-top: 40px;
}

.columns-6 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 100px;
  padding-left: 100px;
}

.lottie-animation {
  width: 100%;
}
.btn-visit{
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: white;
    padding: 4px;
    background:#7a86ee;
    line-height: 35px;
    border-radius: 6px;
    display: block;
    max-width: 200px;
    text-align: center;
margin-top: 2em;
}
.scopri-btn{
      position: absolute;
      color: #ffffff;
      z-index: 9999;
      background: none;
      font-size: 22px;
      bottom: 2em;
      text-align: right;
      width: 90%;
      font-family: 'Noto Sans', sans-serif;
}
.scopri-btn > span{
  vertical-align: middle;
}
.material-icon{
  font-family:'Material Icons';
}
.link-block-4 {
  position: absolute;
  z-index: 999;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 8%, 0);
}

.link-block-5 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block-6 {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.company-overview {
  font-size: 32px;
  font-weight: 800;
  line-height: 35px;
}

.div-block-19 {
  position: absolute;
  left: auto;
  top: auto;
  right: -9%;
  bottom: -10%;
  z-index: 1;
  width: 50%;
  height: 80%;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.86);
}

.text-block-7 {
  position: absolute;
  margin-top: 40%;
  margin-left: 11%;
  padding-top: 0%;
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.text-block-9a {
  position: absolute;
  left: 15%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: block;
  width: 70%;
  margin-bottom: 0%;
  padding: 10px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 1;
  outline-color: #7a86ee;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-family: 'Ubuntu', sans-serif;
  color: #7a86ee;
  font-size: 22px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.text-block-8 {
  position: absolute;
  z-index: 99999;
  width: 40%;
  margin-left: 15%;
  padding-top: 0em;
  background-color: transparent;
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-indent: 0px;
}

.text-block-9 {
  position: absolute;
  z-index: 9999;
  width: 40%;
  margin-left: 15%;
  padding-top: 0em;
  font-family: 'Ubuntu', sans-serif;
  color: #000;
  font-size: 60px;
  font-weight: 700;
  text-align: left;
}

.text-block-10 {
  position: absolute;
  z-index: 9999;
  width: 70%;
  height: 280px;
  margin-left: 15%;
  padding-top: 0em;
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  text-align: left;
}

.works-mobile-b {
  display: none;
}

.text-block-14 {
  position: absolute;
  width: 70%;
  margin-left: 15%;
  padding-top: 1em;
  font-family: 'Ubuntu', sans-serif;
  color: #7a86ee;
  font-size: 32px;
  text-align: center;
}

.image-19 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  width: 70%;
  margin-left: 15%;
}

.carousel-main {
  /* position: -webkit-sticky;
  position: sticky; */
  /* height: 100vh; */
  top: 0px;
  overflow: hidden;
  width: 100%;

  margin-right: 0px;
  margin-left: 0px;
  padding-top: 60px;
  padding-bottom: 4em;
  background-color: #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.item-pic-main {
  position: relative;
  display: block;
  overflow: visible;
  width: 50vw;
  height: auto;
  max-width: 1400px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.item-pic-second {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50vw;
  height: auto;
  max-width: 1400px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #292929;
  -o-object-fit: fill;
  object-fit: fill;
}
.item-pic-gif {
  position: relative;
  display: block;
  overflow: hidden;
  width: 25vw;
      margin: 0 auto;
  height: auto;
  max-width: 1400px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #292929;
  -o-object-fit: fill;
  object-fit: fill;
}

.item-pic-main-02 {
  position: relative;
  display: block;
  overflow: visible;
  width: 65vw;
  height: auto;
  max-width: 1400px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-20 {
  position: relative;
  overflow: hidden;
  width: 65vw;
  height: auto;
  max-width: 1400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #292929;
}

.div-block-21 {
  position: relative;
  width: 65vw;
  height: auto;
  max-width: 1400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.twin-image-desk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 10px;
}

.twin {
  display: block;
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 64px;
  padding-right: 64px;
  padding-left: 64px;
  cursor: pointer;
  width: 100%;
}
.gif-asset{
  width: 100%;
}
.text-underline{
    position: relative;
}
.main-twin:hover span{
width:150px!important;
max-width: inherit;
transition: width 1s;
}
.main-twin:hover div{
  color: #7a86ee;
}

.animated-underline{
  width: 0;
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #ffffff;

}


.twin-d {
  display: block;
  padding: 64px;
  cursor: pointer;
}

.text-block-16 {
  padding-right: 32px;
  padding-top: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Ubuntu', sans-serif;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  color: #ffffff;
}

.single-image {
  overflow: hidden;
  max-height: none;
  /* padding: 120px; */
}

.text-block-17 {
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.image-22 {
  display: inline-block;
  height: 100%;
  max-height: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-22 {
  overflow: hidden;
  max-height: 650px;
  text-align: center;
}

.twin-image-mob {
  display: none;
  overflow: hidden;
}

@media screen and (max-width:991px) {
  .container-light-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-light-navbutton {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .navbar-light-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #5343ff;
  }

  .centered-container {
    max-width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .centered-container.horizontal-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .about-desk {
    max-width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .gallery-grid {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .gallery-image {
    margin-bottom: 30px;
  }

  .paragraph-3 {
    width: 40%;
  }

  .paragraph-5 {
    width: 90%;
  }

  .heading-4 {
    font-size: 70px;
  }

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

@media screen and (max-width:767px) {
  .container-light-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .centered-container.horizontal-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

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

  .about-desk.hero {
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .call-to-action-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .call-to-action-buttons {
    margin-top: 20px;
  }

  .gallery-name-link {
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width:479px) {
  .navbar-light {
    width: 100%;
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-light-nav {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .navbar-light-brand {
    width: 70%;
    height: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .company-name-block {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 18px;
  }

  .nav-menu {
    position: fixed;
    width: 100%;
    height: 60px;
    min-height: auto;
    background-color: #7a86ee;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .nav-item {
    position: static;
    display: block;
    margin-right: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #1a1a1a;
    color: #fff;
    text-align: center;
  }

  .nav-item.w--current {
    display: block;
    margin-right: auto;
    color: #fff;
  }

  .navbar-light-navbutton {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    color: #1a1a1a;
  }

  .navbar-light-navbutton:hover {
    background-color: #fff;
  }

  .menu-button {
    width: 60px;
    height: 50px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar-light-icon {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: visible;
    width: 100%;
    height: 50px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #7a86ee;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .about-image {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 90%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .about {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 90vh;
    max-height: none;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 16px;
    padding-left: 16px;
    background-color: #1a1a1a;
    color: #000;
  }

  .about-desk.hero {
    position: relative;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 70vh;
    max-width: none;
    min-height: auto;
    padding-bottom: 0px;
  }

  .call-to-action-heading {
    margin-top: 0px;
    font-size: 18px;
  }

  .bold-text {
    font-size: 42px;
    line-height: 54px;
  }

  .call-to-action-buttons {
    margin-top: 20px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .primary-button-black {
    margin-right: 0px;
  }

  .secondary-button-silver {
    margin-top: 20px;
  }

  .heading {
    width: 90%;
    float: left;
  }

  .paragraph-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    margin-left: 0em;
    padding-top: 25%;
    font-size: 18px;
  }

  .works-desk {
    position: static;
    display: none;
    height: 80vh;
    max-height: none;
    max-width: none;
    float: none;
    clear: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .carousel-int {
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
    height: 100vh;
    padding-top: 0px;
    float: none;
    background-color: #f2f2f2;
  }

  .item-carousel-main {
    width: 100vw;
    height: 550px;
    max-width: none;
    background-color: #f2f2f2;
  }

  .item-pic-main-03 {
    width: 120vw;
    height: auto;
    max-width: none;
    background-color: #f2f2f2;
    text-align: center;
  }

  .paragraph-5 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: left;
    font-size: 18px;
  }

  .image-3 {
    position: absolute;
    display: inline-block;
    overflow: visible;
    width: 140%;
    height: auto;
    max-width: none;
    margin-right: auto;
    margin-left: -30%;
    opacity: 1;
    bottom: 0;
    z-index: 9999;
  }

  .skills {
    width: 100vw;
    padding: 0px;
  }

  .list, .list-hob {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 2em;
  }

  .heading-3, .heading-hobbies{
    font-size: 24px;
    line-height: 42px;
  }


  .image-10 {
    top: 0px;
    right: auto;
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    padding-left: 0%;
    background-image: url('../images/port-01-mob-1.jpg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .image-11 {
    left: auto;
    top: 0px;
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: auto;
    margin-left: 0%;
  }

  .image-12 {
    top: 0px;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: auto;
    margin-left: 0%;
  }

  .footer {
    z-index: 99;
    overflow: hidden;
    min-height: 140px;
    float: none;
    clear: none;
  }

  .image-13 {
    left: auto;
    top: 10%;
    right: 10%;
    bottom: 0%;
    z-index: 9999;
    width: 100%;
    margin-top: 0px;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-5 {
    position: relative;
    z-index: 9999;
    overflow: visible;
  }

  .column-3 {
    width: 60%;
    position: relative;
    bottom: 1%;
    left: 35%;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    min-height: 260px;
    margin-top: 10px;
    padding-top: 0px;
    padding-right: 0px;
  }

  .column-4 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 9999;
    display: block;
    padding-left: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .link-block-2 {
    margin-left: 0px;
  }

  .app-carousel {
    position: static;
    /* display: none; */
    overflow: visible;
    width: 100%;
    height: 700vw;
    max-height: none;
    max-width: none;
    padding-top: 40px;
    float: none;
    clear: none;
    background-color: #1f1f1f;
  }

  .heading-4 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: -1;
    height: 100%;
    padding-top: 0px;
    padding-left: 0px;
    font-size: 42px;
    line-height: 48px;
  }

  .heading-2 {
    width: 100%;
    margin-left: 0px;
    float: none;
  }

  .main {
    color: #000;
  }

  .heading-5 {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 30px;
  }

  .about-mob {
    display: block;
  }

  .heading-mob-1 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 4;
    width: 100%;
    height: 20vh;
    margin-top: 60px;
    padding-right: 0px;
    background-color: #1a1a1a;
  }

  .div-block-9 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 0px;
    background-color: #1a1a1a;
  }

  .heading-mob-2 {
    position: relative;
    z-index: 0;
    height: 6vh;
    margin-top: 10px;
    padding-top: 0px;
  }

  .heading-6 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
    font-family: 'Abril Fatface', sans-serif;
    color: #fff;
    font-size: 32px;
  }

  .div-block-10 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
  }

  .text-block-2 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    display: block;
    width: 80%;
    height: 60%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    font-family: 'Ubuntu', sans-serif;
    color: #afa1ff;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    text-align: right;
  }

  .text-block-3 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-top: 60px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }

  .navbar {
    font-size: 20px;
  }

  .link {
    left: 0%;
    top: auto;
    right: 10%;
    bottom: 0%;
    z-index: 99999;
    width: 100%;
    height: 100%;
    margin-right: 0px;
    padding-right: 0px;
    background-position: 50% 50%;
    background-size: 100%;
  }

  .heading-7 {
    margin-top: 50px;
    font-size: 28px;
    line-height: 31px;
        margin-left: 16px;
  }
  .outputs span{
        margin-left: 16px;
  }
.message{
  left: 170px;
}
  .text-block-4 {
    padding-top: 16px;
  }

  .intro-txt {
    width: 100vw;
  }

  .column-6 {
    padding-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .project-01-desk {
    position: static;
    display: none;
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .overview-txt {
    font-size: 16px;
    line-height: 24px;
  }

  .project-02-desk {
    display: none;
  }

  .column-7 {
    padding-top: 0px;
  }

  .columns-3 {
    padding-top: 0px;
  }

  .columns-5 {
    width: 100vw;
    padding-right: 16px;
    padding-left: 16px;
  }

  .column-11 {
    padding-top: 0px;
  }

  .columns-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-16 {
    width: 100%;
  }

  .lottie-animation {
    width: 90vw;
  }

  .div-block-14 {
    display: inline-block;
    width: auto;
    height: 600vw;
  }

  .div-block-15 {
    width: 100vw;
    height: 80vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-16 {
    width: 100vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .carousel-mob {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 80vh;
  }

  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 80vh;
  }

  .works-mobile-b {
    display: block;
    overflow: hidden;
    color: #000;
    text-align: center;
  }

  .work-01 {
    position: relative;
    width: 100%;
    height: 70vh;
    padding-top: 1em;
    background-color: #333;
  }

  .image-17 {
    width: auto;
    height: 85%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0em;
  }

  .text-block-11 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    padding: 12px 8px 12px 0em;
    background-color: transparent;
    font-family: 'Ubuntu', sans-serif;
    color: #7a86ee;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }

  .titolo-work-mob-01 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    width: 100%;
    margin: 0em auto 2em 0%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
    color: #7a86ee;
    mix-blend-mode: normal;
  }

  .work-02 {
    position: relative;
    width: 100%;
    height: 80vh;
    background-color: #000;
  }

  .titolo-work-mob-02 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    width: 80%;
    margin-bottom: 33em;
    padding-left: 20px;
    background-color: transparent;
    color: #fff;
  }

  .text-block-12 {
    margin-left: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    background-color: rgba(122, 134, 238, 0);
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
    text-align: left;
  }

  .work-03 {
    position: relative;
    width: 100%;
    height: 80vh;
    background-color: #000;
  }

  .titolo-work-mob-03 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    margin-bottom: 2em;
    background-color: transparent;
  }

  .text-block-13 {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    text-align: left;
  }

  .image-18 {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: none;
    margin-top: 0px;
    padding-top: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .work-04 {
    position: relative;
    width: 100%;
    height: 80vh;
    background-color: #fff;
    color: #fff;
  }

  .text-block-15 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: 'Ubuntu', sans-serif;
    color: #000;
    font-size: 60px;
    font-weight: 600;
    text-align: left;
  }

  .titolo-work-mob-04 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    margin-bottom: 9em;
    padding-left: 20px;
    background-color: transparent;
    color: #000;
  }

  .image-20 {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    max-width: none;
  }

  .image-21 {
    width: auto;
    height: 90%;
    max-width: none;
  }

  .carousel-main {
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
    padding-top: 0px;
    float: none;
    background-color: #f2f2f2;
  }

  .item-pic-main {
    width: 120vw;
    height: auto;
    max-width: none;
    background-color: #f2f2f2;
    text-align: center;
  }

  .item-pic-second {
    width: 120vw;
    height: auto;
    max-width: none;
    background-color: #f2f2f2;
    text-align: center;
  }

  .item-pic-main-02 {
    width: 120vw;
    height: auto;
    max-width: none;
    background-color: #f2f2f2;
    text-align: center;
  }

  .link-block-7 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    overflow: visible;
    width: 100%;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    border: 1px none #000;
    background-color: #8d2b2b;
    opacity: 0;
    outline-color: #555;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
    color: #851a1a;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .twin-image-desk {
    position: static;
    display: none;
    float: none;
    clear: none;
  }

  .twin {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    float: none;
    clear: none;
    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;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .twin-d {
    display: block;
    overflow: visible;
    padding: 16px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-block-16 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 28px;
  }

  .single-image {
    padding: 32px 16px;
  }

  .text-block-17 {
    font-size: 22px;
    line-height: 28px;
  }

  .image-23 {
    display: block;
  }

  .image-24 {
    display: block;
  }

  .twin-image-mob {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-25 {
    padding: 32px 32px 16px;
  }

  .text-block-18 {
    padding-right: 32px;
    padding-left: 32px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: .5em;
  }

  .image-26 {
    padding: 32px 32px 16px;
    width: 100%;
    height: auto;
  }

  .text-block-19 {
    padding-right: 32px;
    padding-left: 32px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
        margin-bottom: 1em;
  }
}
.center{
  text-align: center;
}
.discover{
    display: inline-table;
    position: relative;
    overflow: visible;
    height: auto;
  cursor:pointer;
}
.discover a{
  color: #ffc1a3;
}
@media screen and (min-width:769px){

  .discover img {
    display: none;
    opacity: 80%;
    position: absolute;
    width: 7em;
    right: -25%;
  top: 40%;
  z-index: -2
    /* mix-blend-mode: screen; */

  }

.discover a:hover{
  color: #ffffff;
}
      .discover:hover{
        color:#fffbba;
      }
  .discover:hover img {
    display: block;
  }


}
@media screen and (max-width:768px){
  .discover img{
    display: none;
  }
}
.highlight-btn{
  background: #7a86ee;
      height: 70%;
      padding: 10px 32px;
      color: black;
      border-radius: 36px;
}
