.header {
  padding-top: 0px;
}

.home.header {
  background-color: rgb(0, 0, 0, 0.24) !important;
}

.home.header.header-transparent {
  background: transparent !important;
}

.home.header .header__label-burger {
  color: white;
}

.home.header .header__burger-line:before {
  background-color: white;
}

.home.header .header__burger-line:after {
  background-color: white;
}

.home.header .logo__wrapper-img h2 {
  color: white;
}


.home.header.header-transparent .logo__wrapper-img h2 {
  color: #363636;
}

.header.bg-light-1 {
  padding-top: 0px;
  background-color: white !important;
}

.header.bg-light-1 .header__label-burger {
  color: #555555;
}

.header.bg-light-1 .header__burger-line:before {
  background-color: #555555;
}

.header.bg-light-1 .header__burger-line:after {
  background-color: #555555;
}

.header.bg-light-1 .logo__wrapper-img h2 {
  color: #555555;
}

.section-intro {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-intro .grid-containerbaru {
  height: 100%;
}

.section-intro .grid-containerbaru .item {
  height: 100vh;
}

.section-intro .grid-containerbaru .item img {
  width: 100%;
  min-height: 100vh;
}

.section-intro .grid-containerbaru .item:hover {
  filter: none;
}


.section .grid-containerbaru .content {
  transition: background 0.25s ease-out;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section .grid-containerbaru .content:hover {
  background: linear-gradient(#48BD8E, #3ba379);
}


.section .grid-containerbaru .content a {
  color: #FFF;
  opacity: 0.6;
}


.section .grid-containerbaru .content:hover a {
  opacity: 1;
}

.language-menu {
  position: absolute;
  right: 130px;
  background: #34ad7d;
  border-radius: 30px;
  padding: 8px 10px;
}

.language-menu a {
  padding: 4px 13px;
  color: rgb(255, 255, 255, 0.7);
  font-size: 18px;
}

.header.opened .language-menu {
  display: none;
}

.section-intro .grid-containerbaru-show {
  position: absolute;
  z-index: 1;
  height: calc(100vh - 75px);
  width: 100%;
  background-color: white;
  display: block;
}

.section-intro .grid-containerbaru-show .item-image-full img {
  position: absolute;
  bottom: 0;
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.footer-description-desktop {
  display: none;
}

.section-intro .grid-containerbaru>div {
  height: 100%;
  width: 100%;
}

.section-intro .grid-containerbaru-show {
  display: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.section-intro .grid-containerbaru-show .item-image-full {
  display: none;
}

.slider-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__label_side h2 {
  color: #363636;
  font-size: 70px;
}

.slider-menu__header {
  padding-left: 0px;
}

.slider-menu__header a h2 {
  font-size: 30px;
}

.technology-container {
  padding-left: 0;
  padding-right: 0;
}

.our-team-item {
  display: none;
}

.bg-green {
  background-color: #f5f9f0;
}

.item-menu {
  display: flex;
  background-color: #48BD8E;
  justify-content: space-around;
}

.item-menu.item-menu-4 .item {
  width: calc(100vw / 4);
}

.item-menu.item-menu-3 .item {
  width: calc(100vw / 3);
}

.item-menu.item-menu-2 .item {
  width: calc(100vw / 2);
}

.item-menu .item {
  height: 60px;
}

.item-menu a:hover {
  color: rgb(255, 255, 255);
}

.section-image-menu .item-image {
  position: relative;
}

.section-image-menu .item-image>img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.item-image-hide {
  display: none;
}

.center {
  text-align: center;
}

.padding-left-100 {
  padding-left: 100px !important;
}

.padding-right-100 {
  padding-right: 100px !important;
}

.item-image-goto {
  position: absolute;
  z-index: 2;
  top: 100px;
  right: 100px;
  width: 100px;
  display: none;
}

.menu-icon-main .arts-split-text__word {
  background-repeat: no-repeat;
  background-size: auto 35px;
  background-position-y: center;
  padding-left: 55px;
  font-size: 35px;
}

.menu-home .arts-split-text__word {
  background-image: url("../images/assets-menu-home.png");
}

.menu-technology .arts-split-text__word {
  background-image: url("../images/assets-menu-technology.png");
  padding-left: 55px;
  background-position-x: 10px;
}

.menu-icon-main.menu-usecase .arts-split-text__line {
  font-size: 35px;
}

.menu-usecase .arts-split-text__line::before {
  content: '';
  background-image: url("../images/assets-menu-usecase.png");
  background-repeat: no-repeat;
  background-size: auto 35px;
  background-position-x: 10px;
  background-position-y: center;
  padding-left: 55px;
}

.menu-exp .arts-split-text__word {
  background-image: url("../images/assets-menu-exp.png");
  padding-left: 55px;
  background-position-x: 0px;
}

.menu-team .arts-split-text__word {
  background-image: url("../images/assets-menu-team.png");
  padding-left: 55px;
  background-position-x: 2px;
}

.menu-icon-main.menu-contact .arts-split-text__line {
  font-size: 35px;
}

.menu-contact .arts-split-text__line::before {
  content: '';
  background-image: url("../images/assets-menu-contact.png");
  background-repeat: no-repeat;
  background-size: auto 35px;
  background-position-x: 3px;
  background-position-y: 6px;
  padding-left: 55px;
}

.font-weight-300 {
  font-weight: 300;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.padding-bottom-80p {
  padding-bottom: 80% !important;
}

.arts-cursor__stroke-inner,
.arts-cursor__stroke-outer {
  stroke: #34ad7d !important;
}

body.arts-cursor-none .arts-cursor__stroke-inner,
body.arts-cursor-none .arts-cursor__stroke-outer {
  fill: #34ad7d !important;
  opacity: 0.3;
}

.top-100px {
  top: 100px;
}

.top--35 {
  top: -35px;
}

.team-linkedin {
  position: absolute;
  top: 5px;
  right: 0;
}

.team-linkedin img {
  width: 35px;
}

.section-intro-mobile {
  display: none;
}

.team-description {
  text-align: center;
}

.footer-description {
  padding: 100px;
}

.quick-links-menu {
  padding: 100px;
}

.footer-bottom {
  background-color: #3ea37b;
  padding-bottom: 3rem;
  padding-top: 3rem !important;
  padding-left: 100px;
  padding-right: 100px;
}

.footer-bottom-info {
  display: none;
}

.client-exp-img {
  display: block;
}

.client-exp-img-mobile {
  display: none;
}

.c-times-step {
  display: block;
}

.c-times-step-mobile {
  display: none;
}

.hero-cover {
  width: 100%;
  height: 100%;
  background-color: rgb(245, 249, 240, 0.8);
  position: absolute;
  top: 0;
  z-index: 2;
}

.hero-text {
  position: absolute;
  z-index: 3;
  height: calc(100vh - 170px);
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.use-case-hero h1 {
  margin: 12px 0;
}

.hero-text h1 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 60px;
}

.hero-text h2 {
  font-size: 20px;
  margin-top: 50px;
  font-weight: 500;
}

.use-case-text {
  letter-spacing: 6px;
}

.use-case-line {
  border-bottom: 1px solid black;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
}

.section-content p span {
  color: #34ad7d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mobile-item-image-goto {
  display: none;
}

.figure-project .lazy-wrapper {
  max-height: 260px;
}

.technology-content {
  margin-top: 70px;
}

@media (max-width: 820px) {
  .section-intro {
    display: none;
  }

  .language-menu {
    display: none;
    background: unset;
  }

  .language-menu a {
    padding: 4px;
  }

  .language-menu a:first-child::after {
    content: '\a0\a0';
    border-right: 1px solid white;
  }

  .header.opened .language-menu {
    display: block;
    right: unset;
    left: -4px;
  }

  .home.header {
    background-color: #F5F9F0 !important;
  }

  .home.header .logo__wrapper-img h2 {
    color: #363636;
  }

  .home.header .header__label-burger {
    color: #363636;
  }

  .home.header .header__burger-line:before {
    background-color: #363636;
  }

  .header,
  .header.bg-light-1 {
    background-color: #F5F9F0 !important;
  }

  .header.bg-light-1 .header__label-burger {
    color: #363636;
  }

  .header.bg-light-1 .header__burger-line:before {
    background-color: #363636;
  }

  .header.bg-light-1 .header__burger-line:after {
    background-color: #363636;
  }


  .header-transparent .header__burger-line:before {
    background-color: #181818;
  }

  .header.bg-light-1 .logo__wrapper-img h2 {
    color: #363636;
  }

  .section-intro-mobile {
    display: block;
    height: 100vh;
    width: 100vw;
    position: relative;
    margin-top: 69px;
  }

  .section-intro-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .meet-view-more {
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-hero-text {
    position: absolute;
    z-index: 3;
    top: 223px;
    left: 20px;
  }

  .hero-text {
    position: absolute;
    z-index: 3;
    height: calc(100vh - 170px);
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .mobile-hero-text h1,
  .hero-text h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 40px;
    margin: 6px;
  }

  .mobile-hero-text h2,
  .hero-text h2 {
    font-size: 17px;
    margin-top: 50px;
    font-weight: 500;
  }

  .mobile-item-image-goto {
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 100px;
    left: calc((100vw/2) - 50px);
    width: 100px;
  }

  .mobile-hero-cover {
    width: 100%;
    height: 100%;
    background-color: rgb(245, 249, 240, 0.7);
    position: absolute;
    top: 0;
    z-index: 2;
  }

  .team-description {
    text-align: left;
  }

  .slider__heading {
    font-size: 16px;
  }

  .footer.pt-medium {
    padding-top: 0;
  }

  .footer-description {
    padding: 25px;
  }

  .footer-description-mobile {
    display: block;
    font-size: 16px;
  }

  .footer__divider.top-100px {
    display: none;
  }

  .footer-description .widget.widget_text {
    margin-bottom: 40px;
  }

  .footer__divider {
    background-color: #aeaeae;
    margin-left: 20px;
    margin-right: 20px;
  }

  .quick-links-menu {
    padding-top: 0 !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .footer-quick-link,
  .footer-use-case {
    flex: 1;
  }

  .footer-office-location,
  .footer-contact {
    display: none;
  }

  .footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px !important;
  }

  .footer-bottom-info {
    display: block;
    border-bottom: 0.7px solid white;
    padding-bottom: 40px;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    width: calc(100vw - 50px);
  }

  .footer-bottom-info p {
    margin: 0;
    color: white;
  }

  .page-title {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.5px;
  }

  .client-exp-img {
    display: none;
  }

  .client-exp-img-mobile {
    display: block;
  }

  .c-times-step {
    display: none;
  }

  .c-times-step-mobile {
    display: flex;
    justify-content: center;
  }

  .c-times-step-mobile img {
    width: calc(100vw - 20px);
  }

  .item-menu {
    display: none;
  }

  .figure-project {
    background-color: #F5F9F0;
    box-shadow: 10px 10px 5px #c8c8c8;
  }

  .figure-project__content {
    padding: 20px;
  }

  .other-application-container {
    height: 1350px !important;
  }

  .other-application-container2 {
    height: 1450px !important;
  }
}

.cover_desc {
  position: absolute;
  color: #363636;
  font-weight: 500;
}

.team_position {
  display: none;
}

.team_position_mobile {
  display: block;
}

.section-masthead__heading > h1.inline-text {
  display: inline-block;
  text-shadow: 0.6px 0.6px 0.6px #555555;
  font-weight: 300;
}

.technologyTitleSafari h1.inline-text.technologyTitle {
  font-weight: 100;
}

.text-align-left {
  text-align: left;
}

.lang12-2 {
  padding: 0;
}

body.lang-en .only-in-english {
  opacity: 1;
}

body.lang-jp .only-in-english {
  opacity: 0;
}


@media (max-width: 576px) {
  .our-team-item {
    flex: 0 0 auto;
    width: 50%;
  }
  .other-application-container {
    height: 1440px !important;
  }
}

@media screen and (min-width: 768px) {
  .section-image-menu .item-image>img {
    height: calc(100vh - 180px);
  }

  .use-case-hero h2 {
    max-width: 50vw;
  }

  .ourteam-desc {
    margin-bottom: 100px;
  }

  .technology-content {
    margin-top: 82px;
  }

  .team_position {
    display: block;
  }
  
  .team_position_mobile {
    display: none;
  }

  .lang12-2 {
    padding: 0 4rem;
  }

  .section-masthead__heading > h1.inline-text {
    font-weight: 100;
  }
}


@media screen and (min-width: 1280px) {
  .meet-the-team {
    margin-top: -61px;
  }

  .technology-content {
    margin-top: 120px;
  }
}



@media screen and (min-width: 1920px) {
  .figure-project .lazy-wrapper {
    max-height: 355px;
  }
}