/* ----------------------------------------------------------------------
Template Name : Landing Page Seniman Koding
Author        : Seniman Koding
Version       : 1.0
Copyright     : 2021
* ----------------------------------------------------------------------

*/



/* Imported CSS */
@import "https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900";
/* End Imported CSS*/


/* Default CSS */
body {
	font-family: "Roboto", sans-serif;
	background-color: #fff;
	overflow-x: hidden;
	font-size: 16px;
	color: #333;
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	line-height: 1.7;
	margin: 0;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

input:focus,
textarea:focus,
button:focus {
	outline: medium none
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}
a:focus,
a:hover {
	text-decoration: none;
	transition: 0.5s;
}
.title-all {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 700px;
  font-size: 30px;
  font-weight: 600;
}
.red {
  color: red;
}

.owl-carousel {
  margin: auto;
}
.owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 5px;
  border-radius: 20px;
  margin-right: 20px;
  background-color: #222;
}
.owl-dots .owl-dot.active {
  background-color: #fff;
}
.owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.display-mobile {
  display: none;
}
/* End Default CSS */

/* Header CSS */
#header {
  background:  url(../img/header-2.jpg);
  background-size: cover;
  background-position: center;
}
.header {
    /*background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/header.jpg);*/
    padding-top: 30px;
    padding-bottom: 30px;
}
.header .row {
  padding-top: 30px;
  padding-bottom: 80px;
}
.header-text {
  padding-top: 60px;
}
.header-text-title {
  font-size: 30px;
  padding-bottom: 20px;
  line-height: 1.3;
  font-weight: 600;
}
.header-text-desc {
  padding-bottom: 30px;
}
.header-text-desc p {
  font-size: 18px;
  padding-bottom: 10px;
}
.header-text-cta a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: #318fff;
  padding: 12px 25px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
}

.header-img {
  padding-left: 40px;
}

/* End Header CSS */

/* Problem CSS */
.problem {
  padding-top: 80px;
  padding-bottom: 80px;
}
.problem .row {
  padding-top: 40px;
}
.problem-box {
  text-align: center;
  margin-bottom: 30px;
}
.problem-box-text {
  padding-top: 10px;
  line-height: 1.4;
}
/* End Problem CSS */

/* Solusi CSS */
.solusi {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fffdf8;
}
.solusi-text {
  padding-top: 30px;
}
.solusi-text-title {
  font-size: 25px;
  padding-bottom: 20px;
  text-align: center;
}
.solusi-text-img {
  padding-bottom: 30px;
  text-align: center;
}
.solusi-text-img img {
  box-shadow: 0 5px 10px rgba(102, 113, 228, 0.13);
  border-radius: 15px;
  max-height: 260px;
}
.solusi-text-desc {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  padding-bottom: 30px;
  text-align: center;
}
.solusi-text-desc p {
  font-size: 25px;
}
.solusi .row {
  padding-top: 40px;
}
.solusi-text-yt {
  position: relative;
  padding-top: 70px;
  display: block;
  margin: 0 auto;
  max-width: 750px;
  text-align: center;
}
.sty-title {
  line-height: 1.4;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 30px;
}

.video-play-button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: content-box;
    color: #007bff;
    display: block;
    font-size: 40px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-top: 5px;
    padding: 0 0 0 10px;
    position: absolute;
    top: 60%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 40px;
    z-index: 10;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #007bff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #007bff repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-play-button i {
    color: #fff;
    display: block;
    position: relative;
    z-index: 3;
    font-size: 25px;
    top: 15%;
    left: -3px;
}
.solusi-text-yt-detail {
  padding-left: 40px;
}
.styd-title {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 10px;
}
.styd-desc p {
  padding-bottom: 10px;
}
/* End Solusi CSS */

/* Solusi 2 CSS */
.solusi-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #eff6ff;
}
.solusi-2-text {
  padding-top: 80px;
  padding-left: 40px;
  color: #444;
}
.s2t-title {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 15px;
}
.s2t-desc p {
  font-size: 22px;
}
.solusi-2-img img {
	border-radius: 20px;
}
/* End Solusi 2 CSS */

/* Alasan CSS */
.alasan {
  padding-top: 80px;
  padding-bottom: 80px;
}
.alasan .row-2 {
  padding-top: 40px;
  display: block;
  margin: 0 auto;
  max-width: 950px;
}

.wcu-text {
    padding-top: 50px;
}
.wcu-title {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 15px;
  line-height: 1.2;
}

/* End Alasan CSS */


/* CTA CSS */
.cta {
  background-image: linear-gradient(rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.80)), url(../img/header.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.cta-text {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  padding-bottom: 40px;
}
.cta-text p {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
.cta-url a {
  font-size: 14px;
    background: #006c5d;
    color: #fff;
    font-weight: 500;
    padding: 12px 25px;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* End CTA CSS */

/* Pilih Produk CSS */
.pilih-produk {
  padding-top: 80px;
  padding-bottom: 80px;
}
.client-row {
  padding-top: 40px;
  display: block;
  margin: 0 auto;
}
.client-box {
  margin-bottom: 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    border-radius: 20px;
}
.client-box-img img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.client-box-text {
  padding: 10px;
}
.client-box-title {
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 7px;
}
.client-box-time {
  height: 35px;
}
.client-box-time p {
  color: #d5090a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
.client-box-privew {
  padding-top: 10px;
  padding-bottom: 20px;
}
.client-box-privew a {
  background: #006c5d;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 50px;
}

.client-box-desc {
  padding-bottom: 20px;
}


.explanation-pricing {
  background: #fff;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(102, 113, 228, 0.13);
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    max-width: 340px;
    display: block;
    margin: 0 auto;
}
.explanation-pricing-head p {
  font-size: 25px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}
.explanation-pricing-head .line {
  height: 2px;
    width: 150px;
    background-color: #64c2ea;
    display: block;
    margin: 0 auto;
}
.explanation-pricing-detail {
  padding-top: 70px;
  padding-bottom: 40px;
}
.explanation-pricing-detail p {
  line-height: 40px;
}
.explanation-pricing-main p {
  font-size: 22px;
  font-weight: 700;
}
.explanation-pricing-main span {
  font-size: 16px !important;
  font-weight: normal !important; 
}
.explanation-pricing-cta {
  padding-top: 40px;
}
.explanation-pricing-cta a {
  color: #fff;
    font-size: 14px;
    background: #05a1fd;
    padding: 11px 45px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
}
.explanation-pricing-cta a:hover {
  background: #36b4fe;
}
.standart-pricing {
  background: #05a1fd !important;
  color: #fff;
}
.standart-pricing .line {
  background-color: #fff !important;
}
.standart-pricing a {
  color: #05a1fd !important;
    background: #fff !important;
}
/* End Pilih Produk CSS */


/* Demo QR CSS */
.demo {
  padding-top: 40px;
  padding-bottom: 80px;
}
.title-color {
  color: #318fff;
}
.title-desc {
  padding-top: 15px;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 700px;
}
.demo .row-parent {
  padding-top: 40px;
}
.demo-box {
  padding: 15px;
  box-shadow: 0 15px 30px rgba(102, 113, 228, 0.13);
  margin-bottom: 30px;
}
.demo-box .col-4 {
  padding-left: 5px;
  padding-right: 5px;
}

.demo-box-teks {
  padding-top: 20px;
}
.dbt-title {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 7px;
}
.dbt-desc {
  padding-bottom: 40px;
}
.dbt-cta a {
  color: #fff;
  background: #318fff;
  padding: 9px 25px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  border-radius: 50px;
}
/* End Demo QR CSS */


/* Screenshot CSS */
#screenshot {
  padding-top: 40px;
  padding-bottom: 70px;
}
.title-screenshot p:nth-child(1) {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.title-screenshot p:nth-child(2) {
  max-width: 600px;
  text-align: center;
  margin: 15px auto;
} 
.carousel-screenshots {
  padding-top: 40px;
}
.carousel-screenshots .box {
    margin: 25px 0;
    position: relative;
    z-index: 2;
}
#screenshot .owl-carousel .owl-item img {
  width: 100%;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
#screenshot .owl-dots .owl-dot.active {
    background-color: #318fff;
}
#screenshot .owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    height: 5px;
    border-radius: 20px;
    margin-right: 20px;
    background-color: #eaeaea;
}
/* End Screenshot CSS */


/* Testimonial CSS */
#testimonial {
  background: url(../img/header.jpg) no-repeat fixed center;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 60px;
  color: #ccc;
} 
.testimonial-title p {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
.carousel-testimonial {
  background: rgba(0,0,0,0.70);
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 950px;
  display: block;
  margin: 0 auto;
}
.carousel-testimonial .box {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 900px;
  color: #fff;
}
.carousel-testimonial-img img {
  display: block;
  margin: 0 auto;
  width: 120px !important;
  border-radius: 50%;
  border: 5px solid #f3f5fb;
  box-shadow: 0 5px 10px rgba(102, 113, 228, 0.13);
}
.carousel-testimonial-name p:nth-child(1) {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  padding-top: 20px
}
.carousel-testimonial-name p:nth-child(2) {
  text-align: center;
  font-size: 18px;
  margin-top: -5px;
  padding-bottom: 20px;
  font-weight: 300;
}
.carousel-testimonial-main {
  padding-top: 40px;
}
.carousel-testimonial-main p {
  text-align: center;
  padding: 0 20px;
  line-height: 30px;
  font-weight: 400;
}
/* End Testimonilas*/


/* Clients */
.clients {
  padding-top: 80px;
  padding-bottom: 20px; 
}
.clients-detail {
  padding-top: 40px;
}
.clients-box img {
  max-height: 100px;
  display: block;
  margin: 0 auto;
}
.clients .owl-dots .owl-dot.active {
    background-color: #318fff;
}
.clients .owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    height: 5px;
    border-radius: 20px;
    margin-right: 20px;
    background-color: #eaeaea;
}
.clients-text {
  padding-top: 30px;
}
.clients-text p {
  font-weight: 600;
  text-align: center;
}
/* End Clients*/


/* Gallery CSS */
.gallery {
  padding-top: 80px;
  padding-bottom: 10px;
}

.projects {
  padding-top: 60px;
}
.thumbnail {
  position: relative;
  margin-bottom: 30px;
}
.thumbnail-img {
  position: relative;
  overflow: hidden;
}
.thumbnail-img img {
  max-width: 100%;
  transition: transform 0.5s;
}
.thumbnail:hover .thumbnail-img img {
  transform: scale(1.1);
}
.thumbnail:hover .caption {
  opacity: 1;
}

.caption {
  position: absolute;
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
  background: rgba(0,0,0,0.5);
  text-align: center;
  opacity: 0;
  color: #fff;
  transition: 1s;
  padding: 50px 10px 10px 10px;
}
/* End Gallery CSS */


/* FAQ CSS */
.faq {
  padding-top: 80px;
  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 50px;
  color: #3c424f;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none !important;
  border: 0;
  position: relative;
  white-space: inherit;
  background: #fcf7ef;
  border-radius: 100px;
  text-transform: none !important;
}

.tm-accordion .card-header button::before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 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, #318fff 0%, #a9d0ff 100%);
  background: -moz-linear-gradient(90deg, #318fff 0%, #a9d0ff 100%);
  background: -ms-linear-gradient(90deg, #318fff 0%, #a9d0ff 100%);
  background: -o-linear-gradient(90deg, #318fff 0%, #a9d0ff 100%);
  background: -webkit-gradient(linear, left top, right top, from(#318fff), to(#a9d0ff));
  background: -webkit-linear-gradient(left, #318fff 0%, #a9d0ff 100%);
  background: -o-linear-gradient(left, #318fff 0%, #a9d0ff 100%);
  background: linear-gradient(90deg, #318fff 0%, #a9d0ff 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: 15px;
  color: #666;
}
.tm-accordion .card-header button.collapsed::before {
  content: "\f105";
  font-family: FontAwesome;
}

.tm-accordion .card-header button:not(.collapsed) {
  background: -webkit-linear-gradient(-90deg, #318fff 0%, #a9d0ff 100%);
  background: -moz-linear-gradient(-90deg, #318fff 0%, #a9d0ff 100%);
  background: -ms-linear-gradient(-90deg, #318fff 0%, #a9d0ff 100%);
  background: -o-linear-gradient(-90deg, #318fff 0%, #a9d0ff 100%);
  background: -webkit-gradient(linear, right top, left top, from(#318fff), to(#a9d0ff));
  background: -webkit-linear-gradient(right, #318fff 0%, #a9d0ff 100%);
  background: -o-linear-gradient(right, #318fff 0%, #a9d0ff 100%);
  background: linear-gradient(-90deg, #318fff 0%, #a9d0ff 100%);
  color: #ffffff;
}

.tm-accordion .card-header button:not(.collapsed):before {
  content: "\f107";
  font-family: FontAwesome;
  background: #ffffff;
  color: #318fff;
}

.tm-accordion .card-body {
  padding: 15px 0 5px 50px;
  position: relative;
}
.card-body ul {
    margin-left: 15px;
    margin-top: 10px;
}
.card-body ul li {
    list-style-type: decimal;
    font-size: 14px;
    padding-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .tm-accordion .card-header button {
    font-size: 15px;
  }
}
/* End FAQ CSS */

/* Garansi CSS */
.garansi {
  padding-bottom: 70px;
  text-align: center;
}
.garansi-img {
  padding-bottom: 30px;
}
.garansi-title {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 4px;
  color: #e5b861;
  padding-bottom: 20px;
}
.garansi-desc {
  font-size: 35px;
  font-weight: 600;
  padding-bottom: 20px;
}
.garansi-detail {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  padding-bottom: 50px;
}
.garansi-detail p {
  color: #666;
  font-size: 17px;
}
.garansi-cta a {
    background: #006c5d;
    color: #fff;
    font-weight: 500;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* End Garansi CSS */

/* Footer CSS */
#footer {
  background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../img/header.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer-detail {
  display: block;
  margin: 0 auto;
  max-width: 600px;
}
.footer-detail i {
  font-size: 30px;
  margin-bottom: 15px;
}
.footer-detail a {
  color: #fff;
}
.footer-detail p:nth-child(2) {
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.footer-detail p:nth-child(3) {
  font-weight: 300;
  letter-spacing: 1px;
}
/* End Footer */


/* Copyright CSS */
#copyright {
  background: #212529;
  color: #fff;
  text-align: center;
}
.copyright-social {
  padding-top: 20px;
}
.copyright-social a {
  color: #fff;
}
.copyright-social ul li {
  font-size: 20px;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
}
.copyright-detail {
  padding: 20px 0;
}
.copyright-detail p {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.5;
}
.copyright-detail a {
  color: #999;
}
/* End copyright */

/* Scroll Top CSS */
.scroll-up {
  position: fixed;
  bottom: 55px;
  right: 30px;
  color: #748182;
  cursor: pointer;
  z-index: 10;
  display: none;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.scroll-up .top-one {
  display: block;
  height: 30px;
  margin-bottom: 5px;
  width: 1px;
  background: #748182;
  margin-left: 12px;
}
.scroll-up .top-two { 
  text-orientation: mixed;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  white-space: nowrap;
  transform: rotate(180deg);
}
.scroll-up:hover .top-two {
  color: #748182;
}
.scroll-up .top-three {
  display: block;
  height: 0px;
  margin-bottom: 5px;
  width: 1px;
  background: #212529;
  margin-left: 12px;
    
}
.scroll-up:hover .top-three {
  height: 30px;
  background: #748182;
}
.scroll-up:hover .top-one {
  height: 0px;
}
/* End Scroll Top */
