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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.main-body {
  max-width: 100vw;
  min-width: 100vw;
  color: #ffe;
  background-color: #089f53;
  overflow: visible;
}

.main-body.portpfloi {
  padding-top: 25vh;
}

.main-body.purple {
  background-color: #d9d2e8;
}

.top-left-div {
  width: 17vw;
  height: 17vh;
  max-height: 17vh;
  max-width: 17vw;
  min-height: 17vh;
  min-width: 17vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.top-left-div.portoflio {
  width: 15vw;
  height: 15vh;
  max-height: 15vh;
  max-width: 15vw;
  min-height: 15vh;
  min-width: 15vw;
  position: absolute;
}

.top-rigtht-div {
  width: 17vw;
  height: 17vh;
  max-height: 17vh;
  max-width: 17vw;
  min-height: 17vh;
  min-width: 17vw;
  justify-content: center;
  align-items: center;
  font-size: 1450px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.top-rigtht-div.portofolio {
  width: 15vw;
  height: 15vh;
  max-height: 15vh;
  max-width: 15vw;
  min-height: 15vh;
  min-width: 15vw;
  flex-flow: row;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.btm-left-div {
  width: 17vw;
  height: 17vh;
  max-height: 170vh;
  max-width: 17vw;
  min-height: 17vh;
  min-width: 17vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block {
  height: 25vw;
}

.btm-right-div {
  width: 17vw;
  height: 17vh;
  max-height: 17vh;
  max-width: 17vw;
  min-height: 17vh;
  min-width: 17vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.mid-center-div {
  width: 66vw;
  height: 200vh;
  max-height: 100vh;
  max-width: 66vw;
  min-height: 200vh;
  min-width: 66vw;
  justify-content: center;
  align-items: stretch;
  margin: 0 17vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mid-center-div.ongoingproject {
  height: 100vh;
  min-height: 100vh;
}

.heading {
  color: #fff8fa;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: opacity .2s;
  display: flex;
}

.heading:hover {
  opacity: .8;
}

.heading.link-terxt {
  text-decoration: underline;
}

.heading.link-terxt.no-line {
  text-decoration: none;
}

.heading.black {
  color: #000;
}

._200vh-div {
  height: 200vh;
  color: #fff8fa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  overflow: visible;
}

.heading-2 {
  font-family: DM Sans, sans-serif;
  font-size: 56px;
}

.heading-3 {
  font-size: 36px;
}

.link {
  color: #333;
  text-decoration: none;
  position: fixed;
}

.link.portoflio {
  padding-left: 10px;
  padding-right: 10px;
}

.flex-block {
  align-items: stretch;
}

.flex-block.porto-old {
  display: block;
}

.column {
  height: auto;
  max-height: none;
  min-height: auto;
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.column._2 {
  overflow: auto;
}

.img-portofolio {
  width: 100%;
}

.portoflio-btn {
  color: #089f53;
  background-color: rgba(8, 159, 83, 0);
  border-radius: 50px;
  flex: 0 auto;
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-decoration: underline;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.portoflio-btn.right {
  margin-top: 25px;
  margin-left: 35px;
  margin-right: 0;
  transition: opacity .2s;
  top: 6vh;
  bottom: auto;
  left: 0%;
  right: auto;
}

.portoflio-btn.right:hover {
  opacity: .8;
}

.portoflio-btn.right.porto {
  margin-top: 10vh;
}

.portoflio-btn.left {
  margin-top: 25px;
  margin-left: 0;
  margin-right: 35px;
  transition: opacity .2s;
  top: 6vh;
  bottom: auto;
  left: auto;
  right: 0%;
}

.portoflio-btn.left:hover {
  opacity: .63;
}

.portoflio-btn.left.porto {
  color: #fee;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.flex-block-2 {
  width: 50vw;
  height: 100vh;
  max-height: none;
  min-height: 100vh;
  min-width: 50vw;
  overflow: auto;
}

.flex-block-2.portoflio {
  width: 100vw;
  min-width: 100vw;
}

.flex-block-2.porto {
  width: 40vw;
  min-width: 40vw;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.text-span-2 {
  font-size: 31px;
  line-height: 34px;
  display: inline;
}

.gradient {
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.the-height-400vh-section {
  height: 400vh;
  background-color: #fff;
  border-top: 60px rgba(36, 36, 36, .09);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.the-height-400vh-section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, .29);
}

.the-height-400vh-section.alt1 {
  height: 400vh;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.the-sticky-div {
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, .51);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.the-sticky-div.alt1 {
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.the-sticky-div-title {
  z-index: 300;
  width: 100%;
  color: rgba(236, 240, 241, .77);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(52, 152, 219, 0);
  margin-top: 10vh;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: perspective(2000px);
}

.the-content {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.the-width-400vh-scrollable-div {
  width: 400vh;
  height: 100%;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.night-sky-fixed-background {
  z-index: 100;
  width: 800vh;
  height: 100%;
  opacity: 1;
  background-color: rgba(14, 16, 129, 0);
  background-image: none;
  position: absolute;
  overflow: visible;
}

.the-overflow-hidden-mask {
  z-index: 200;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.a-block {
  width: 300px;
  height: 40vh;
  background-color: rgba(222, 222, 222, .72);
  border-radius: 6px;
  flex: none;
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
  box-shadow: 0 0 100px 8px rgba(205, 43, 177, .25);
}

.sec-4 {
  z-index: 100;
  width: 100%;
  height: 50vh;
  background-color: #7867d8;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px 0 1px #1d1542;
}

.sec-2 {
  z-index: 100;
  width: 100%;
  height: 20vh;
  background-color: #7867d8;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px 0 1px #1d1542;
}

.sec-3 {
  z-index: 100;
  width: 100%;
  height: 30vh;
  background-color: #7867d8;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px 0 1px #1d1542;
}

.sticky-div-content-70vh {
  height: 70vh;
}

._100vh-div {
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.container {
  justify-content: center;
  margin-top: 10vw;
  margin-bottom: 10vw;
  display: flex;
}

.div-block-2 {
  width: 100%;
  min-width: 100%;
  overflow: auto;
}

.div-block-2.porto {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: auto;
}

.columns {
  display: block;
}

.tab-link-tab-1 {
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.tab-link-tab-1.w--current {
  max-width: 50%;
  min-width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.tab-link-tab-2 {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-block-7, .text-block-8 {
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.image {
  height: 90vh;
  text-align: center;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 100%;
  min-width: 100%;
}

.image-2.potofolio {
  width: 50%;
  min-width: 50%;
}

.slide {
  width: 100%;
  height: 100%;
}

.mask, .slider {
  height: 100%;
  min-height: 100%;
}

.tabs {
  display: block;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  aspect-ratio: auto;
  display: none;
}

.div-block-5.designwork {
  display: block;
}

.html-embed {
  object-fit: cover;
}

.html-embed-2 {
  display: none;
}

.image-3 {
  margin-bottom: 5vh;
}

.image-3.big {
  max-width: 130%;
}

.image-3.big.dmsll {
  max-width: 100%;
}

.div-block-6 {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  display: flex;
}

.div-block-6.right {
  border-left: 1px solid #ffe;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2.designwork {
  display: none;
}

.heading-4 {
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: underline;
}

.div-block-7 {
  width: 940%;
  max-width: 940px;
  min-width: 940px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.container-3 {
  width: 940px;
  min-width: 940px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.div-block-8 {
  width: auto;
  min-width: auto;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.div-block-9 {
  width: 40vw;
  min-width: 40vw;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link-block.home, .ongoing-link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  width: 10vw;
  max-width: 20vw;
  min-width: 10vw;
  display: block;
  position: absolute;
  top: 12vh;
  left: -2vw;
}

.div-block-10 {
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 24%;
  right: auto;
}

@media screen and (max-width: 767px) {
  .the-sticky-div-title {
    text-align: center;
    font-size: 52px;
  }
}

@media screen and (max-width: 479px) {
  .main-body {
    overflow: auto;
  }

  .main-body.portpfloi {
    padding-top: 15vh;
  }

  .main-body.purple {
    overflow: hidden;
  }

  .top-left-div {
    z-index: 5;
    width: 50vw;
    height: 10vh;
    max-width: 50vw;
    min-height: 10vh;
    min-width: 50vw;
    justify-content: flex-start;
    padding-left: 20px;
  }

  .top-rigtht-div {
    width: 50vw;
    height: 10vh;
    max-height: 10vh;
    max-width: 50vw;
    min-height: 10vh;
    min-width: 50vw;
    justify-content: flex-end;
    padding-right: 20px;
  }

  .btm-left-div {
    width: 50vw;
    height: 10vh;
    max-height: 10vh;
    max-width: 50vw;
    min-height: 10vh;
    min-width: 50vw;
    justify-content: flex-start;
    padding-left: 20px;
  }

  .btm-right-div {
    z-index: 5;
    height: 10vh;
    min-height: 10vh;
    justify-content: flex-end;
    padding-right: 20px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .mid-center-div {
    height: 200vh;
    max-height: 200vh;
    min-height: 200vh;
    flex-direction: row;
    overflow: visible;
  }

  .mid-center-div.ongoingproject {
    height: 100vh;
    max-height: 100vh;
    min-height: 100vh;
    overflow: visible;
  }

  .mid-center-div.home {
    overflow: hidden;
  }

  .heading {
    font-size: 12px;
  }

  ._200vh-div {
    width: 66vw;
    max-height: 200vh;
    max-width: 100vw;
    min-height: 200vh;
    min-width: 66vw;
    display: block;
    overflow: visible;
  }

  .link {
    display: flex;
  }

  .portoflio-btn.right.cv {
    margin-left: 10px;
    top: 0;
  }

  .portoflio-btn.left.porto {
    justify-content: flex-end;
    padding-right: 20px;
    font-size: 14px;
  }

  .portoflio-btn.left.cv {
    margin-right: 30px;
    top: 0;
  }

  .flex-block-2.porto, .flex-block-2.cv {
    width: 100vw;
    min-width: 100vw;
  }

  .text-span-2 {
    font-size: 6vw;
  }

  .the-height-400vh-section {
    margin-left: 0;
  }

  .the-sticky-div-title {
    margin-top: 76px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11vw;
    line-height: 9vw;
  }

  .a-block {
    width: 50vw;
    height: 50vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  ._100vh-div {
    width: 66vw;
    max-width: 66vw;
    min-width: 66vw;
  }

  .text-block-7, .text-block-8 {
    justify-content: center;
    font-size: 15px;
    display: flex;
  }

  .image.cv-aby {
    width: 140vw;
    height: auto;
    max-width: 140vw;
    min-width: 140vw;
  }

  .div-block-3 {
    padding-top: 50px;
  }

  .div-block-4 {
    flex-direction: row;
  }

  .html-embed {
    display: none;
  }

  .html-embed-2 {
    width: 100%;
    height: 29.6vh;
    min-width: 100%;
    display: block;
  }

  .tabs-menu {
    display: flex;
  }

  .image-3, .image-3.big {
    width: 130vw;
    max-width: 130vw;
    min-width: 130vw;
  }

  .heading-4 {
    padding-left: 20px;
    font-size: 14px;
  }

  .div-block-9 {
    width: 100vw;
    min-width: 100vw;
  }

  .image-4 {
    max-width: 180%;
  }

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

  .ongoing-link-block {
    width: 70vw;
    max-width: 70vw;
    min-width: 70vw;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    display: flex;
    overflow: hidden;
  }

  .image-5 {
    width: 14vw;
    min-width: 14vw;
    display: block;
    position: absolute;
    top: 15%;
    bottom: 0%;
    left: 40%;
    right: 0%;
  }
}


