

html {
    scroll-behavior: smooth;
}

.theme--light .header.fixed nav ul li a {
  color: rgba(0,0,0,.87);

}

.nav-menu .scrollactive-nav .btn {
  color: #212121;
}

.use-text-title {
  color: #0177d4;
  font-weight: bold;
}
.subtitle.use-text-subtitle3 {
  font-size: 18px;
  color: #919491;
}

.img.bubble {
  position: absolute;
  left: 10%;
  top:35%;
  animation: walkin 20s alternate 1s infinite;
}
.img.bubble2 {
  left: 35%;
  top:65%
}
.img.bubble3 {
  left: 75%;
  top:25%
}


@keyframes walkin {
  from {
    translate: 0 0;
  }

  to {
    translate: 5vw 20vw;
  }
}

.split-text-container {
  display: flex;
  font-size: 5rem;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
}

.text-part {
  display: inline-block;
  position: relative;
  transform: translateX(0);
  animation-duration: 5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.text-part.left {
  transform: translateX(-200%);
  animation-name: slide-in-left;
}

.text-part.right {
  transform: translateX(200%);
  animation-name: slide-in-right;
}

@keyframes slide-in-left {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slide-in-right {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0);
  }
}

#banner_cover {
  border-style: none;
  max-width: 600px;
  height: auto;
}


element {
}
@media (max-width: 1279px) {
  #banner .title {
    margin-top: 120px;

  }
}
#banner .title {
  margin-top: 96px;

  margin-bottom: 16px;

}
.m-application .title {
  font-size: 1.25rem !important;

  font-weight: var(--font-bold);

  line-height: 2rem;

  letter-spacing: .0125em !important;

}
*, ::after, ::before {
  -webkit-box-sizing: inherit;

  box-sizing: inherit;

}
* {
  background-repeat: no-repeat;

  padding: 0;

  margin: 0;

  margin-top: 0px;
  margin-bottom: 0px;

}
*, ::after, ::before {
  box-sizing: inherit;

}
*, ::after, ::before {
  box-sizing: border-box;

}
@media (max-width: 959px) {
  #banner .banner-text {
    text-align: center;

    color: #022b4b;

  }
  #banner .hero-content {
    margin-bottom: 0;
    padding-bottom: 0px;
  }
}


#mobile_menu {
  background: aquamarine;

  background-color:#0d395b !important;

}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 100%;
  padding: 20px;
}
.productcard {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 400px;
  text-align: center;
  position: relative;
  padding-bottom: 50px;
}
.productcard h3 {
  margin-bottom: 10px;
  font-size: 2em;
  color: #1e97f2;
}
.productcard p {
  color: #555;
}
.pdt-btn{
  position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
@media (min-width: 768px) {
  .card-container {
    flex-direction: row;
  }
}
.product-title {
  text-align: center;
}
.product-function {
  text-align: left;
  color: #555fab;
}
.product-li {
  line-height: 2;
}
.ion-checkmark.icon {
  color: green;
  font-weight: bold;
  padding: 2px;
  background-color: #e5fabb;
  border: 1px solid #ecf7d7;
  border-radius: 50%;
}
.theme--light #case-studies .root {
  background-color: #CAFCB3;
  position: relative;
}
.footer-root {
  background-color: #CAFCB3;
}
.productcard a{
  bottom: 0:
}
.design-credit {
  background-color: #686866;
  color: white;
}
#quotation .button {
  min-width: 200px;
}
#quotation .icon {
  margin-left: 8px;
  line-height: 22px;
  top: 6px;
  position: relative;
}
.show-md-down{
  width: 100%;
}
