:root {
  --black--50: #f8f8f8;
  --black--900: #121212;
  --black--300: #cdd5e0;
}

.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;
  }
}

.navbar-mocaas {
  background-color: #0000;
}

.container {
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 30px;
}

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

.container.header-set {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.container.header-wrap {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.body {
  color: var(--black--50);
  background-color: #0000;
  background-image: url('../images/bg1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  font-family: Inter, sans-serif;
  display: flex;
  overflow: visible;
}

.sosmed-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--black--900);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 30px;
  display: flex;
}

.sosmed-block {
  align-self: center;
}

.bg-blur {
  opacity: .4;
  max-width: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.sosmed-set {
  color: var(--black--50);
  width: 40px;
  height: 40px;
}

.sosmed-set:hover {
  color: #cb68ff;
}

.hero-banner {
  flex: 1;
}

.hero-content {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.left-content {
  width: 35%;
}

.right-content {
  width: 65%;
}

.highlight-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 8px 12px;
  display: flex;
}

.highlight-text.glowing_card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.css_radial-border, .script_glow-border {
  display: none;
}

.glowing_component {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.glowing_component.highlight-card {
  display: flex;
}

.glowing_component.services-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.glowing_component.services-card.mobile-mode {
  display: none;
}

.glowing_card {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-image: linear-gradient(#abb1d526, #ffffff0d);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  min-height: 10em;
  display: flex;
}

.glowing_card.highlight-text {
  background-image: linear-gradient(#abb1d526, #ffffff0d);
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  min-height: 0;
}

.glowing_card.button-setting {
  min-height: 0;
  padding: 16px 28px;
}

.glowing_card.button-setting.button-purple {
  background-image: linear-gradient(149deg, #cb68ff, #7330ff);
}

.glowing_card.services-card {
  background-image: linear-gradient(#0000, #000000e6);
  flex-flow: column;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  width: 25%;
  height: 480px;
  min-height: 0;
  padding: 20px 12px 40px;
  display: flex;
  position: relative;
}

.glowing_card.services-card.ott-builder {
  background-image: linear-gradient(#0000004d, #000000e6), url('../images/ott.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.glowing_card.services-card.ott-engine {
  background-image: linear-gradient(#0000004d, #000000e6), url('../images/OTT-Engine-for-Enterprise.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.glowing_card.services-card.mocaas-entertain {
  background-image: linear-gradient(#0000004d, #000000e6), url('../images/mocaas-entertainment.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.glowing_card.services-card.heaptalk {
  background-image: linear-gradient(#0000004d, #000000e6), url('../images/heaptalk.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.highlight-text-p {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ae8bff, #e7bbff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  line-height: 135%;
}

.title-hero {
  font-size: 48px;
  font-weight: 600;
  line-height: 135%;
}

.hero-description-text {
  color: var(--black--300);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 135%;
}

.aoh_inner {
  z-index: 5;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #1d1d1d;
  border-radius: 11px;
  flex-flow: column;
  padding: 2rem;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.aoh_inner:hover {
  background-color: #242424f2;
}

.heading {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.paragraph {
  color: #ffffffb3;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.aoh_line-bg {
  background-color: #4d4d4d;
  border-radius: 12px;
  max-width: 18rem;
  padding: 1px;
  position: relative;
  overflow: hidden;
}

.aoh_bg-container {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.aoh_orb-wrap {
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 1px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.aoh_orb {
  aspect-ratio: 1;
  filter: blur(3rem);
  background-color: #ff38d0;
  width: 9rem;
  height: 9rem;
  position: relative;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-30 {
  margin-bottom: 30px;
}

.btn-hero {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.button-primary {
  text-decoration: none;
}

.text-button {
  color: var(--black--50);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
  text-decoration: none;
}

.button-outline {
  text-decoration: none;
}

.saved {
  display: none;
}

.title-services {
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 135%;
}

.title-services.mb-12 {
  z-index: 999;
  font-size: 16px;
  position: relative;
}

.title-services.title-top {
  transform: rotate(90deg);
}

.services-desc {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 135%;
  display: block;
}

.button-icon {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--black--50);
  color: var(--black--50);
  border-radius: 100px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 16px 26px;
  text-decoration: none;
  display: flex;
}

.btn-txt-small {
  margin-bottom: 0;
  font-weight: 500;
}

.mb-12 {
  margin-bottom: 12px;
}

.detail-card {
  z-index: 999;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.title-top {
  transform: rotate(90deg);
}

.title-hover {
  font-size: 20px;
  line-height: 135%;
}

.bg-change {
  object-fit: cover;
  background-image: linear-gradient(0deg, #000000e6, #0000004d), url('../images/img-heaptalk.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
}

.mrl-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.footer-text {
  color: var(--black--50);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 135%;
  text-decoration: none;
}

.footer-menu {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  display: flex;
}

.brand {
  flex: 1;
}

@media screen and (max-width: 991px) {
  .container {
    padding: 36px 12px 16px;
  }

  .container.footer-content {
    padding-top: 64px;
  }

  .body {
    height: auto;
    overflow: visible;
  }

  .sosmed-set {
    width: 36px;
    height: 36px;
  }

  .hero-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .left-content {
    width: 100%;
  }

  .right-content {
    order: -1;
    width: 100%;
  }

  .glowing_component {
    grid-row-gap: 1.75rem;
  }

  .glowing_card.services-card {
    padding-bottom: 20px;
  }

  .title-hero.mb-30 {
    font-size: 42px;
  }

  .title-services.mb-12, .services-desc.mb-12 {
    font-size: 14px;
  }

  .button-icon {
    padding: 8px 16px;
  }

  .title-hover {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container.footer-content {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
  }

  .body {
    overflow: visible;
  }

  .sosmed-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sosmed-set {
    width: 30px;
    height: 30px;
  }

  .glowing_component {
    flex-direction: column;
    grid-template-columns: 100%;
    display: flex;
  }

  .glowing_component.services-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .glowing_component.services-card.mobile-mode {
    display: block;
  }

  .glowing_component.services-card.web-mode {
    display: none;
  }

  .glowing_card.services-card {
    color: var(--black--50);
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    text-decoration: none;
  }

  .glowing_card.services-card.ott-builder {
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
  }

  .glowing_card.services-card.ott-engine, .glowing_card.services-card.mocaas-entertain, .glowing_card.services-card.heaptalk {
    background-position: 0 0, 50% 30%;
  }

  .title-hero.mb-30 {
    font-size: 36px;
  }

  .title-services.mb-12, .button-icon {
    display: none;
  }

  .detail-card {
    padding-bottom: 0;
  }

  .footer-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    display: flex;
  }

  .logo-mocaas {
    width: 45%;
  }
}

@media screen and (max-width: 479px) {
  .container.header-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sosmed-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .left-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .glowing_component {
    justify-content: flex-start;
    align-items: center;
  }

  .glowing_component.highlight-card {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
  }

  .glowing_component.highlight-card.mb-24 {
    height: auto;
  }

  .glowing_component.services-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .glowing_card {
    aspect-ratio: 3 / 2;
    min-height: auto;
  }

  .glowing_card.highlight-text, .glowing_card.button-setting {
    aspect-ratio: auto;
  }

  .glowing_card.button-setting.button-purple {
    flex: none;
  }

  .glowing_card.services-card {
    height: 150px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .text-button {
    flex: none;
  }

  .footer-menu, .logo-mocaas {
    width: 100%;
  }
}

#w-node-_5d669a10-c3ea-c119-6551-b24cfd91f395-c907651b, #w-node-aeced26e-946b-442a-a709-886feea805e5-c907651b, #w-node-b090877e-49d8-6da6-ac80-2b1925d5965c-c907651b, #w-node-_308d1764-e974-3aa1-7ce2-f196e6775e27-c907651b, #w-node-_308d1764-e974-3aa1-7ce2-f196e6775e28-c907651b, #w-node-_308d1764-e974-3aa1-7ce2-f196e6775e29-c907651b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_308d1764-e974-3aa1-7ce2-f196e6775e2a-c907651b, #w-node-_308d1764-e974-3aa1-7ce2-f196e6775e2b-c907651b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_5d669a10-c3ea-c119-6551-b24cfd91f395-c907651b, #w-node-aeced26e-946b-442a-a709-886feea805e5-c907651b, #w-node-b090877e-49d8-6da6-ac80-2b1925d5965c-c907651b, #w-node-ee559830-b095-b2f7-dd89-6331ed5899c3-c907651b, #w-node-e8837072-1a9d-0fa0-471e-e5c019700f3a-c907651b, #w-node-b54a66d4-6537-ac8b-b62c-90507a3a6daa-c907651b, #w-node-_308d1764-e974-3aa1-7ce2-f196e6775e27-c907651b, #w-node-_308d1764-e974-3aa1-7ce2-f196e6775e28-c907651b, #w-node-_308d1764-e974-3aa1-7ce2-f196e6775e29-c907651b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_308d1764-e974-3aa1-7ce2-f196e6775e2b-c907651b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}


