@charset "utf-8";
/* Development by InDeo 2023-01-12*/


/* Google Font
-------------------------------------------------*/

@import "https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900";


/* ===================================
    Typography
    ====================================== */

body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 28px;
    overflow-x: hidden;
    margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: none;
}

.title-parent {
  text-align: center;
}
.title-all {
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  color: #000;
}
.title-desc {
  padding-top: 20px;
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
.title-desc p {
  font-size: 18px;
  line-height: 1.4;
}
.mobile {
  display: none;
}
/* End Default */


/* Header CSS */
.header-biometric {
  padding-top: 50px;
  padding-bottom: 100px;
  background: url(../img/header.jpg) no-repeat center;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}
.header-biometric-teks-logo {
  padding-bottom: 100px;
}
.header-biometric-teks-logo img {
  max-height: 60px;
  width: auto;
}
.header-biometric-teks {
  padding-top: 0px;
}
.header-biometric-teks-parent {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 800px;
}
.header-biometric-teks-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 30px;
  color: #ffb300;
  padding-top: 20px;
}
.header-biometric-teks-title span {
  color: #fbff00;
}
.header-biometric-teks-desc {
  padding-bottom: 50px;
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
.header-biometric-teks-desc p {
  /*text-shadow: 1px 1px 2px #000;*/
  font-size: 18px;
  color: #fff;
}
.header-biometric-teks-cta {
  /*padding-bottom: 70px;*/
  text-align: center;
}
.header-biometric-teks-cta a {
  color: #000;
    background: #ffb300;
    /*background: linear-gradient(to right, #0d9537, #a7e22e);*/
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    padding: 11px 35px;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 5px;
}
.header-biometric-teks-cta a:nth-child(2) {
  padding: 11px 35px;
  background: #da2827;
  color: #fff;
  border: 1px solid #da2827;
  display: none;
}
.header-biometric-img {
  padding-top: 80px;
  padding-bottom: 130px;
}
/* End Header CSS */

/* Problem CSS */
.problem {
  padding-top: 80px;
  padding-bottom: 80px;
}
.problem .row {
  padding-top: 40px;
}
.problem-box {
  margin-bottom: 40px;
  position: relative;
}
.problem-box-icon {
  position: absolute;
  left: 0;
  top: 5px;
}
.problem-box-icon img {
  max-height: 40px;
  width: auto;
}
.problem-box-teks {
  padding-left: 60px;
}
.problem-box-teks-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  color: #ee0014;
  padding-bottom: 15px;
}
/* End Problem CSS */

/* About CSS */
.about {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #ffb300;
}
.about-teks-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  padding-top: 40px;
  padding-bottom: 25px;
}
.about-teks-desc {
  padding-bottom: 40px;
}
.about-teks-cta a {
  background: #2ab200;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 35px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.about-img img {
  display: block;
  margin: 0 auto;
}
/* End About CSS */

/* Solusi CSS */
.solusi {
  padding-top: 80px;
  padding-bottom: 80px;
}
.solusi .row {
  padding-top: 40px;
}
.solusi-teks-box ul {
  margin-left: -40px;
}
.solusi-teks-box ul li {
    background-image: url(https://interactive.co.id/product/lp-f5000/assets/img/2025-01-20/icon-checkbox-0.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    padding-left: 40px;
    list-style-type: none !important;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
}
.solusi-teks-box ul li span {
  color: #ff9c00;
}
.solusi-img img {
  display: block;
  margin: 0 auto;
}
/* End Solusi CSS */

/* Picture CSS */
.picture {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #ffb300;
}
.row-picture {
  padding-top: 40px;
}
.picture-box {
  position: relative;
  margin-bottom: 30px;
}
.picture-box img {
  display: block;
  margin: 0 auto;
  max-height: 250px;
}
.picture-box span {
  background: #2ab200;
  color: #fff;
  padding: 9px 30px;
  width: 170px;
  font-weight: 600;
  border-radius: 50px;
  text-transform: capitalize;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: -20px;
  position: relative;
}
/* End Picture CSS */

/* CTA CSS */
.cta {
  padding-top: 80px;
  padding-bottom: 80px;
}
.cta-img img {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.cta-teks {
  padding-top: 40px;
  padding-left: 40px;
}
.cta-teks-title span {
  display: inline-flex;
}
.cta-teks-title {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
}
.cta-teks-title span img {
  max-height: 40px;
}
.cta-teks-desc {
  padding-top: 20px;
  padding-bottom: 40px;
  max-width: 350px;
}
.cta-teks-desc p {
  font-size: 22px;
}
.cta-teks-cta a {
    font-size: 20px;
    padding: 16px 35px;
    margin-bottom: 15px;
    border-radius: 5px;
    display: inherit;
    text-align: center;
    width: 320px;
}
.cta-teks-cta a:nth-child(1) {
  background: #ffb300;
  color: #000;
}
.cta-teks-cta a:nth-child(2) {
  background: #2ab200;
  color: #fff;
}
/* End CTA CSS */

/* Copyright CSS */
#copyright {
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  background: #171717;
}
.copyright {
  padding-top: 5px;
  color: #fff;
  font-size: 14px;
}
.copyright a {
  color: #fff;
}
.copyright img {
  margin-top: -5px;
}
.copyright-detail {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
.copyright-detail p {
  font-size: 13px;
  color: #fff;
}

/* End Copyright CSS */

