@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-info {
  padding-bottom: 20px;
}
.title-info span {
  color: #fff;
    background: #0093dd;
    text-transform: capitalize;
    font-weight: 600;
    padding: 11px 25px;
    border-radius: 50px;
}
.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,
.none {
  display: none;
}

.color-web {
  color: #0093dd;
}
/* End Default */


/* Header CSS */
.header-inact {
  padding-top: 80px;
  padding-bottom: 100px;
  background: url(../img/header.jpg) no-repeat center;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}
.header-inact-box-logo {
  padding-bottom: 20px;
}
.header-inact-box-logo img {
  display: block;
  margin: 0 auto;
  max-height: 80px;
}
.header-inact-box-title {
  font-size: 70px;
  line-height: 1.1;
  font-weight: 600;
  display: block;
  margin: 0 auto;
  max-width: 900px
}
.header-inact-box-title span {
  color: #0093dd;
}
.header-inact-box-desc {
  display: block;
  margin: 0 auto;
  max-width: 450px;
  padding-top: 20px;
  padding-bottom: 50px;
}
.header-inact-box-desc p {
  font-size: 22px;
}
.header-inact-box-cta {
  padding-bottom: 50px;
}
.header-inact-box-cta a {
    color: #fff;
    background: #0093dd;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 11px 55px;
    border-radius: 50px;
}
.header-inact-box-img img {
  display: block;
  margin: 0 auto;
}
/* End Header CSS */

/* Client new CSS */
.home-new-klien {
  padding-top: 60px;
  padding-bottom: 40px;
}
.spesial-box {
  display: block;
  margin: 0 auto;
  max-width: 1500px;
}
.sb-img img {
  display: block;
  margin: 0 auto;
  height: 120px;
  /*filter: grayscale(1);*/
}

.icon-tentang_payroll {
    width: calc(100%/6 - 15px);
}
.icon-tentang_payroll {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-bottom: 15px;
}


/* CSS untuk mengatur tampilan container dan elemen-elemen slide */
.carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-klien {
    display: flex;
    animation: carousel 20s linear infinite; /* Animasi slide ke kiri */
}

.clone-carousel {
    display: flex;
}

.icon-tentang_payroll {
    flex: 0 0 20%; /* Mengatur lebar setiap elemen slide */
    padding: 10px;
    box-sizing: border-box;
}

@keyframes carousel {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.home-new-klien-hr {
  display: block;
  margin: 0 auto;
  border: 1px solid #eeeeee;
  max-width: 600px;
}
/* End Client CSS */

/* Keunggulan CSS */
.keunggulan {
  padding-top: 70px;
  padding-bottom: 40px;
}
.keunggulan .row {
  padding-top: 40px;
}
.keunggulan-box {
  margin-bottom: 30px;
}
.keunggulan-box-title {
  font-size: 35px;
  font-weight: 600;
  color: #da2827;
  padding-bottom: 15px;
}
/* End Keunggulan CSS */

/* Fitur CSS */
.fitur {
  padding-top: 70px;
  padding-bottom: 70px;
}
.fitur .row {
  padding-top: 40px;
}
.fitur-box {
  margin-bottom: 40px;
  padding: 35px 20px;
  border-radius: 20px;
  background: #fafafa;
}
.fitur-box-img {
  padding-bottom: 15px;
}
.fitur-box-img img {
  max-height: 60px;
}
.fitur-box-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 18px;
}
/* End Fitur CSS */

/* Klien CSS */
.klien {
  padding-top: 40px;
  padding-bottom: 70px;
}
.klien .row {
  padding-top: 40px;
}
.klien-box {
  margin-bottom: 30px;
  border-radius: 20px;
  padding: 20px;
  border: 3px solid #0093dd;
  height: 290px;
}
.klien-box-img {
  padding-bottom: 10px;
}
.klien-box-img img {
  max-height: 40px;
}
.klien-box-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
}
.klien-box-jabatan {
  padding-bottom: 17px;
}
/* End Klien CSS */

/* App Dashboard CSS */
.app-dashboard {
  padding-top: 40px;
  padding-bottom: 40px;
}
.app-dashboard .title-parent {
  padding-bottom: 40px;
}
.app-dashboard-box {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 290px;
  background: #000000;
  border-radius: 50px;
  padding: 10px;
}
.app-dashboard-box span {
  display: inline-block;
  padding: 10px 30px;
  color: #bfbfbf;
  cursor: pointer;
}
.app-dashboard-box span.active {
  background: #fff;
  border-radius: 50px;
  color: #0093dd;
  background: #fff;
  font-weight: 600;
}

.inact-header-page-title {
    text-align: center;
    font-size: 35px;
    line-height: 1.3;
    font-weight: 600;
    display: block;
    margin: 0 auto;
    max-width: 550px;
}
.inact-header-page-desc {
    text-align: center;
    padding-top: 20px;
    display: block;
    margin: 0 auto;
    max-width: 700px;
}
.inact-header-page-desc p {
    font-size: 18px;
}

.tipe-apps {
    padding-top: 80px;
    padding-bottom: 70px;
}
.tipe-apps-parent {
    padding-top: 40px;
    text-align: center;
}
.tipe-apps-parent-box {
    margin-bottom: 30px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    padding: 20px;
}
.tipe-apps-parent-box.active {
    border: 1px solid #0093dd;
    background: #f2f4f7;
}
.tipe-apps-parent-box:hover {
    background: #f2f4f7;
    transition: 0.5s;
    cursor: pointer;
}
.tipe-apps-parent-box-icon {
    font-size: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tipe-apps-parent-box-title {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.3;
    padding-bottom: 10px;
}

/* Tipe Apps */
.tipe-apps-sistem-img {
    padding-top: 40px;
    padding-bottom: 100px;
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 800px;
}
.tipe-apps-sistem .row {
    padding-bottom: 80px;
}
.tipe-none {
    display: none;
}

#tipe-perusahaan .img-tipe-kiri {
    padding-right: 40px;
}
#tipe-perusahaan .img-tipe-kanan {
    padding-left: 40px;
}
.inact-features-page img, 
.tipe-apps-sistem .row img {
    border-radius: 10px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
    transition: 0.5s;
    margin-bottom: 40px;
}
.inact-features-page img:hover, 
.tipe-apps-sistem .row img:hover {
    -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.inact-features-page-text {
    padding-top: 20px;
}
.inact-features-page-text .ifpt-title {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 15px;
    line-height: 1.2;
}
.inact-features-page-text .ifpt-desc p {
    color: #666;
}
.inact-features-page hr {
    margin-bottom: 40px;
}
.inact-features-page-mobile {
    display: none;
}

.inact-features-page-row {
    display: block;
    margin: 0 auto;
    max-width: 1000px;
}
.inact-features-page .inact-features-page-img img,
.tipe-apps-sistem .inact-features-page-img img {
    display: block;
    margin: 0 auto;
    max-height: 450px;
}
.inact-features-page hr,
.tipe-apps-sistem hr {
    margin-bottom: 60px;
}
hr {
    width: 100%;
    border: none;
    height: 1px;
    background: url(https://interactive.co.id/product/images/line.png) repeat-x left center;
    margin: 15px 0;
}
/* End App Dashboard CSS */

/* Produk CSS */
.produk {
  padding-top: 50px;
  padding-bottom: 70px;
}
.produk .row {
    padding-top: 40px;
}
.product-carausel-box {
  position: relative;
  border-radius: 4px;
  border: 1px solid #f1f2f5;
  margin-bottom: 40px;
  height: 310px;
}
.product-carausel-img {
  position: relative;
  overflow: hidden;
}
.product-carausel-img img {
  max-width: 100%;
  transition: transform 0.5s;
  background: #f4f4f4;
}
.product-carausel-box:hover .product-carausel-img img {
  transform: scale(1.1);
}
.product-carausel-box-title {
  padding: 0px 15px;
  height: 35px;
  text-transform: capitalize;
  line-height: 2px;
}
.product-carausel-tag p {
    padding-left: 15px;
    padding-top: 10px;
    font-size: 14px;
    color: #888;
    text-transform: capitalize;
    line-height: 1.1;
}
.product-carausel-box-title a {
  color: #212529;
  font-size: 17px;
  font-weight: 600;
  text-align: justify;
  line-height: 21px;
}
.product-carausel-box-desc {
    font-size: 13px;
    padding: 0px 15px;
    line-height: 1.4;
}
.product-carausel-cta {
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.product-carausel-cta a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    padding: 7px 20px;
    background: #c32128;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 50px;
    transition: 1s;
    letter-spacing: 1px;
}
.product-carausel-cta i {
    padding-left: 5px;
}
.product-carausel-cta-detail {
    padding-top: 60px;
    text-align: center;
}
.product-carausel-cta-detail a {
    text-transform: uppercase;
    font-weight: 600;
    color: #eb3244;
    border-bottom: 1px solid #eb3244;
}
.product-carausel-tag {
    margin-bottom: -8px;
}

.produk-img {
  padding-top: 40px;
}
.produk-img-parent {
  padding-bottom: 10px;
}
.produk-img-parent img {
  display: block;
  margin: 0 auto;
}
.produk-img-detail {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.produk-img-detail ul {
  margin-left: -40px;
}
.produk-img-detail ul li {
  display: inline-block;
}
.produk-img-detail ul li img {
  max-height: 40px;
  margin: 10px;
}
/* End Porduk CSS */

/* CTA CSS */
.cta {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #2375ed;
  color: #fff;
}
.cta-img img {
  border-radius: 20px;
}
.cta-teks {
  padding-top: 40px;
}
.cta-teks-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 60px;
}
.cta-teks-harga {
  /*padding-bottom: 50px;*/
}
.cta-teks-harga-title {
  font-size: 18px;
  line-height: 1.3;
}
.cta-teks-harga-detail {
  font-size: 100px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 50px;
}
.cta-teks-kontak {
  padding-top: 50px;
}
.cta-teks-kontak a {
  color: #017bc2;
    background: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 11px 55px;
    border-radius: 50px;
    transition: 1s;
    display: inline-block;
}
.cta-teks-kontak a:hover {
    -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
/* End CTA CSS */

/* FAQ CSS */
.faq {
  padding-top: 70px;
  padding-bottom: 70px;
}
.faq .row {
  padding-top: 40px;
}

.tm-accordion .card {
  background: transparent;
  border: 0;
  border-radius: 0;
}

.tm-accordion .card:not(:last-child) {
  margin-bottom: 15px;
}

.tm-accordion .card:first-child .card-header button::after {
  display: none;
}

.tm-accordion .card-header {
  padding: 0;
  background: transparent;
  border: 0;
  position: relative;
}

.tm-accordion .card-header button {
  font-size: 17px;
  height: auto;
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 10px 10px 30px;
  color: #3c424f;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none !important;
  border: 0;
  position: relative;
  white-space: inherit;
  background: #F5F9FB;
  border-radius: 100px;
  text-transform: none !important;
}

.tm-accordion .card-header button::before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -14px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  border-radius: 100px;
  background: -webkit-linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  background: -moz-linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  background: -ms-linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  background: -webkit-gradient(linear, left top, right top, from(#1976D2), to(#03A9F4));
  background: -webkit-linear-gradient(left, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(left, #1976D2 0%, #03A9F4 100%);
  background: linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.link-faq .card p {
  font-size: 16px;
  color: #666;
}
.tm-accordion .card-header button.collapsed::before {
  content: "\f107";
  font-family: FontAwesome;
}

.tm-accordion .card-header button:not(.collapsed) {
  background: -webkit-linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  background: -moz-linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  background: -ms-linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  background: -webkit-gradient(linear, right top, left top, from(#1976D2), to(#03A9F4));
  background: -webkit-linear-gradient(right, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(right, #1976D2 0%, #03A9F4 100%);
  background: linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  color: #ffffff;
}

.tm-accordion .card-header button:not(.collapsed):before {
  content: "\f106";
  font-family: FontAwesome;
  background: #ffffff;
  color: #0E8FE3;
}

.tm-accordion .card-body {
  padding: 15px 0 5px 30px;
  position: relative;
}
.card-body ul {
    margin-left: -20px;
}
.card-body ul li {
    list-style-type: disc;
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .tm-accordion .card-header button {
    font-size: 15px;
  }
}
/* End FAQ 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 */

