/**
* Template Name: CleanLanding
* Template URL: https://templatemag.com/cleanlanding-bootstrap-landing-template/
* Author: TemplateMag.com
* License: https://templatemag.com/license/
*/

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

* {
  margin: 0;
  padding: 0px;
  font-family: 'Lato', sans-serif;
}

body {
  background: #fff;
  margin: 0;
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #666;
  margin-top: 10px;
}

html, body {
  height: 100%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}

.centered {
  text-align: center
}

.mt {
  margin-top: 50px;
}

.mb {
  margin-bottom: 50px;
}

.mtb {
  margin-top: 50px;
  margin-bottom: 50px;
}

.ptb {
  padding-top: 80px;
  padding-bottom: 80px;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color .4s linear, color .4s linear;
  -moz-transition: background-color .4s linear, color .4s linear;
  -o-transition: background-color .4s linear, color .4s linear;
  -ms-transition: background-color .4s linear, color .4s linear;
  transition: background-color .4s linear, color .4s linear;
}

a:hover, a:focus {
  text-decoration: none;
  color: #696E74;
}

/* HEADER CONFIGURATION */

#header {
  background: #f2f9fe;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 50px;
  color: #ccc;
}

#header h2 {
  color: #5dca88;
  font-size: 36px;
  line-height: 48px;
}

#header h3 {
  color: #ccc;
  font-weight: 400;
  font-size: 28px;
}

#header hr {
  width: 20%;
  border-bottom: 3px solid #ccc;
}

@media (max-width: 768px ) {
  #header {
    padding-top: 0;
  }
  .mt {
    margin-top: 30px;
  }
}

.btn-trans {
  background: transparent;
  color: #636c6c;
  font-weight: 700;
  border: 3px solid #ccc;
  border-radius: 30px;
  font-size: 16px;
}

.btn-trans:hover {
  background: white;
  color: #444;
}

/* TESTIMONIALS */

.testimonials {
  min-height: 400px;
  margin-top: 20px;
  padding-bottom: 50px;
  text-align: center;
}

.testimonials h2 {
  margin-bottom: 50px;
}

.testimonials p {
  color: #8c9494;
  font-style: italic;
}

/* SUBSCRIBE FORM*/

#subscribe {
  background: #f3f5f5;
  padding-top: 100px;
  padding-bottom: 100px;
}

#subscribe input {
  font-size: 18px;
  min-height: 60px;
  border-radius: 40px;
  line-height: 24px;
  padding: 16px 30px 20px;
  border: none;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

#subscribe .subscribe-input {
  float: left;
  width: 95%;
  text-align: left;
}

#subscribe .subscribe-submit {
  position: absolute;
  right: 0;
  padding-left: 28px;
}

.btn-green2 {
  color: #fff;
  font-size: 18px;
  min-height: 60px;
  border-radius: 40px;
  text-decoration: none;
  display: inline-block;
  line-height: 24px;
  padding: 16px 30px 20px;
  z-index: 1;
  position: relative;
  border: none;
  background: #5dca88;
}

.btn-green2:hover {
  background: #21b191;
  color: white;
}

/* FOOTER*/

#f {
  background: #2d312f;
  color: #8c9494;
  padding-top: 50px;
  padding-bottom: 50px;
}

#f h4 {
  color: #8c9494;
}

#f a {
  color: #5dca88;
}

#f a:hover {
  color: #8c9494;
}

/* Contact Form */

#contact {
  padding: 40px 0;
}

#contact h2 {
  margin-bottom: 30px;
}


.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button {
  background: #5dca88;
  border: 0;
  padding: 14px 40px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 50px;
  font-size: 16px;
  margin-top: 15px;
}

.contact-form .form-send button:hover {
  background: #64df95;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

/* Copyrights */

#copyrights {
  background: #222222;
  padding: 20px 0;
  text-align: center;
}

#copyrights p {
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}

#copyrights a {
  color: #5dca88;
}

.credits {
  color: #999;
}



/* Image Bergulir */

/* APP SCREENSHOT SLIDER */
.app-carousel{
    margin:40px auto;
}

.app-carousel .item{
    text-align:center;
}

.app-carousel .item img{
    width:100%;
    max-width:380px;
    margin:auto;

    border-radius:30px;

    box-shadow:
        0 25px 60px rgba(0,0,0,.12),
        0 10px 25px rgba(0,0,0,.08);

    transition:.4s;
}

.app-carousel .carousel-control{
    background:none;
    color:#333;
    opacity:.7;
}

.app-carousel .carousel-control:hover{
    opacity:1;
}

.app-carousel .carousel-indicators{
    bottom:-50px;
}

.app-carousel .carousel-indicators li{
    border:1px solid #5dca88;
}

.app-carousel .carousel-indicators .active{
    background:#5dca88;
}

@media(max-width:768px){

    .app-carousel .item img{
        max-width:280px;
        border-radius:22px;
    }

}


.app-carousel,
.app-carousel .carousel-inner,
.app-carousel .item{
    background:transparent !important;
}

/* Image Bergulir */



/* Hubungi kami */

/* CUSTOMIZATION CTA */

#contact{
    padding:100px 0;
    background:linear-gradient(
        135deg,
        #5dca88 0%,
        #43b36f 100%
    );
}

.customize-box{
    max-width:850px;
    margin:auto;
    text-align:center;
    color:#fff;
}

.customize-icon{
    width:90px;
    height:90px;

    margin:0 auto 25px;

    border-radius:50%;

    background:rgba(255,255,255,.15);

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:42px;
}

.customize-box h2{
    color:#fff;
    font-size:42px;
    margin-bottom:20px;
}

.customize-box p{
    color:rgba(255,255,255,.9);
    font-size:20px;
    line-height:1.8;
    max-width:700px;
    margin:0 auto 35px;
}

.customize-btn{
    display:inline-block;

    background:#fff;
    color:#43b36f;

    padding:18px 42px;

    border-radius:50px;

    font-size:18px;
    font-weight:700;

    transition:.3s;
}

.customize-btn:hover{
    transform:translateY(-3px);
    color:#43b36f;
}

.customize-number{
    display:block;
    margin-top:20px;

    font-size:18px;
    font-weight:600;

    color:#fff;
}

@media(max-width:768px){

    #contact{
        padding:70px 20px;
    }

    .customize-box h2{
        font-size:28px;
        line-height:1.4;
    }

    .customize-box p{
        font-size:16px;
    }

    .customize-btn{
        width:100%;
        max-width:320px;
    }

}



/* FAQ SECTION */
#faq-section{
    padding:90px 0;
    background:#f8fafc;
}

.faq-header{
    text-align:center;
    margin-bottom:50px;
}

.faq-header h2{
    font-size:38px;
    font-weight:800;
    color:#111827;
    margin-bottom:12px;
}

.faq-header p{
    max-width:650px;
    margin:auto;
    color:#6b7280;
    font-size:18px;
    line-height:1.8;
}

.faq-list{
    max-width:900px;
    margin:auto;
}

.faq-item{
    background:#fff;
    border-radius:18px;
    margin-bottom:15px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.05);
    border:1px solid #edf2f7;
}

.faq-question{
    width:100%;
    border:none;
    background:none;
    cursor:pointer;

    padding:24px 28px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    text-align:left;

    font-size:18px;
    font-weight:700;
    color:#111827;
}

.faq-question span{
    font-size:28px;
    font-weight:300;
    transition:.3s;
}

.faq-answer{
    display:none;
    padding:0 28px 24px;
    color:#6b7280;
    font-size:16px;
    line-height:1.9;
}

.faq-item.active .faq-answer{
    display:block;
}

.faq-item.active .faq-question span{
    transform:rotate(45deg);
}

@media(max-width:768px){

    #faq-section{
        padding:60px 0;
    }

    .faq-header h2{
        font-size:28px;
    }

    .faq-header p{
        font-size:15px;
    }

    .faq-question{
        padding:18px;
        font-size:15px;
        line-height:1.6;
    }

    .faq-answer{
        padding:0 18px 18px;
        font-size:14px;
        line-height:1.8;
    }
}

/* Hubungi kami */



/* Tombol Purchase */

.purchase-box{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:25px;
    flex-wrap:wrap;

    margin-top:35px;
}

.price-box{
    text-align:left;
}

.price-label{
    display:block;
    font-size:14px;
    font-weight:600;
    color:#6b7280;
    margin-bottom:4px;
    text-transform:uppercase;
    letter-spacing:.8px;
}

.price-value{
    font-size:42px;
    font-weight:800;
    color:#111827;
    line-height:1;
}

/* BUTTON */
.purchase-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:18px 42px;

    border-radius:60px;

    background:linear-gradient(
        135deg,
        #22c55e,
        #16a34a
    );

    color:#fff !important;
    text-decoration:none;

    font-size:18px;
    font-weight:800;
    letter-spacing:.5px;

    box-shadow:
        0 12px 30px rgba(34,197,94,.35);

    transition:.3s ease;
}

.purchase-btn:hover{
    transform:translateY(-4px) scale(1.03);
    box-shadow:
        0 18px 40px rgba(34,197,94,.45);
}

.purchase-btn:active{
    transform:translateY(-1px);
}

/* MOBILE */
@media(max-width:768px){

    .purchase-box{
        flex-direction:column;
        gap:18px;
    }

    .price-box{
        text-align:center;
    }

    .price-value{
        font-size:34px;
    }

    .purchase-btn{
        width:100%;
        max-width:340px;
        padding:18px;
        font-size:17px;
    }
}


.old-price{
    display:block;
    color:#9ca3af;
    font-size:20px;
    text-decoration:line-through;
    margin-bottom:6px;
}

.save-badge{
    display:inline-block;
    margin-top:8px;
    padding:6px 12px;
    border-radius:999px;

    background:#dcfce7;
    color:#16a34a;

    font-size:13px;
    font-weight:700;
}

/* Tombol Purchase */


/* Font Colour */

.hero-content h3{
    color:#111827;
    font-weight:800;
}

.hero-content p{
    color:#111827;
    opacity:.9;
}

/* Font Colour */