/* Google Fonts */

@import url('https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Nunito+Sans:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Open+Sans:400,400i,600,600i,700,700i,800,800i|Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');
/*======================================== 1. GLOBAL STYLES ==========================================*/

/* === 1.1 Body === */

html {
    font-size: 100%;
    overflow-x: hidden;
}

body {
    background-color: #fff;
    color: #61657a;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    padding: 0;
    position: relative;
}

/* ======================================== 2. Typography =========================================== */

/* === 1.2 Hyperlink === */

a {
    color: #303030;
    /*transition*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

a,
a > * {
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
}

a:focus,
a:hover {
    outline: medium none;
    text-decoration: none;
    color: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

/* === 2.1 Headings === */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #30323c;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px;
    padding: 0;
    transition: 0.3s
}

h1 {
    font-size: 36px;
    line-height: 52px;
    font-weight: 700;
}

h2 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
}

h3 {
    font-size: 28px;
    line-height: 32px;
}

h4 {
    font-size: 24px;
    line-height: 38px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
}

h6 {
    font-size: 18px;
}

/* === PARAGRAPH === */

p {
    margin: 0 0 10px;
}

b,
strong {
    font-weight: 600;
}

/* ======================================= Basic Margins Paddings ===============*/

/* === Padding Bottom === */

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pt-110 {
    padding-top: 110px;
}

/*=== Padding Top Bottom ===*/

.ptb-80 {
    padding: 80px 0;
}

.ptb-105 {
    padding: 105px 0;
}

.ptb-100 {
    padding: 100px 0;
}

.ptb-110 {
    padding: 110px 0;
}

/* Miscellaneous Paddings */

.pt110-pb50 {
    padding: 110px 0 50px;
}

.pt110-pb65 {
    padding: 110px 0 65px;
}

.pt110-pb75 {
    padding: 110px 0 75px;
}

.pt110-pb85 {
    padding: 110px 0 85px;
}

.pt110-pb95 {
    padding: 110px 0 95px;
}

.pt90-pb100 {
    padding: 90px 0 100px;
}

.pt95-pb55 {
    padding: 95px 0 55px;
}

/*Margin Bottom*/

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-65 {
    margin-bottom: 65px;
}

/*Margin Left*/

.ml-35 {
    margin-left: 35px;
}

/* === 1.5 OTHER FIXES === */

pa {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.uppercase {
    text-transform: uppercase;
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}

.aligncenter {
    display: block;
    margin: 0 auto 15px
}

img {
    max-width: 100%;
    height: auto;
}

.tbl {
    display: table;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.tbl-cell {
    display: table-cell;
    vertical-align: middle;
}

/*Scroll Up*/

#scrollUp {
    background: #1da1f2 none repeat scroll 0 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    bottom: 75px;
    color: #fff;
    font-size: 32px;
    height: 38px;
    line-height: 36px;
    right: 8px;
    text-align: center;
    width: 38px;
}


header.header-area.primary-header.absulate-header.scroll-header {
    position: fixed;
}

.dots-img,
.hero-app-img,
.app-welcome-img,
.first-app-img,
.app-best-img,
.music-hero-product,
.cam-hero-img {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/* Bob */

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

/* Bob end */

/*=== Preview Css ===*/

.preview-hero-area {
    background-image: url(../img/eksternal/bg_fix.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center center;
    padding-top: 30px;
}

.preview-hero-area:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(6, 6, 6, 0.75);
}

a.buy-btn {
    color: #eeeeee;
    background: #03b0d5;
    width: 170px;
    height: 60px;
    text-align: center;
    font-size: 18px;
    line-height: 56px;
    border-radius: 5px;
    font-weight: 600;
}

.porwe-text {
    padding: 350px 0;
}

.porwe-text h2 {
    color: #eeeeee;
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 32px;
}

.porwe-text p {
    color: #eeeeee;
    font-size: 18px;
    line-height: 32px;
}

.prev-body-area {
    background-color: #f5f5f5;
    padding-top: 100px;
}

.prev-body-area img {
    -webkit-box-shadow: 1px 15px 32px 2px rgba(225, 225, 225, 0.78);
    box-shadow: 1px 15px 32px 2px rgba(225, 225, 225, 0.78);
    margin-bottom: 60px;
    position: relative;
    transform: scale(1);
    overflow: hidden;
    transition: 0.3s;
}

.prev-body-area img:hover {
    transform: scale(1.05);
}

.prev-body-area h3 {
    font-size: 25px;
    color: #2b2b2b;
    text-align: center;
    margin-bottom: 90px;
}

.comming {
    position: relative;
}

.commint-content {
    position: absolute;
    top: 20%;
    left: 46%;
    transform: translateX(-50%);
}

.preview-checkout-area,
.prev-freature-area {
    padding: 60px 0;
}

.preview-checkout-area h1,
.prev-freature-area h1 {
    font-size: 35px;
    color: #2b2b2b;
}

.preview-checkout-area p,
.prev-freature-area p {
    font-size: 18px;
    color: #565656;
}

.features-content-area {
    padding-bottom: 60px;
}

.prev-freure-single {
    background-color: #f7f7ff;
    border-radius: 10px;
    position: relative;
    padding-left: 190px;
    margin-bottom: 40px;
    height: 200px;
}

.prev-freure-img {
    position: absolute;
    left: 30px;
    background-color: #ffffff;
    width: 130px;
    height: 150px;
    border-radius: 10px;
    top: 25px;
}

.prev-freure-img img {
    margin-top: 31px;
    margin-left: 20px;
}

.prev-freure-content h4 {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.prev-freure-content p {
    font-size: 15px;
    letter-spacing: -1px;
    font-weight: 600;
}

.prev-freure-content {
    padding-right: 30px;
    padding-top: 30px;
}

.prev-power-area {
    background-color: #f5f5f5;
    padding: 100px 0;
}

.prev-power-area h2 {
    font-size: 35px;
    color: #2b2b2b;
    font-weight: 500;
    margin-bottom: 20px;
}

.prev-power-area h3 {
    color: #2b2b2b;
    font-weight: 400;
    margin-bottom: 40px;
}

a.btn-prev {
    background-color: #03b0d5;
    color: #eeeeee;
    border-radius: 5px;
    padding: 20px 45px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

/* ===== FAQ Area Styling ===== */
.faq-area {
  background: #f9fafc; /* abu soft biar beda section */
  border-top: 2px solid #e5e7eb;
  border-bottom: 2px solid #e5e7eb;
  padding: 50px 0 0 0;
}

.faq-area h4 {
  font-size: 1rem;
  color: #4f46e5; /* aksen biru (indigo) */
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.faq-area h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 2rem;
}

.faq-area h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1f2937;
}

/* Accordion Cards */
.faq-area .card {
  border: none;
  margin-bottom: 1rem;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: transform 0.2s ease;
}

.faq-area .card:hover {
  transform: translateY(-2px);
}

.faq-area .card-header {
  background: #ffffff;
  padding: 0.75rem 1rem;
  cursor: pointer;
}

.faq-area .card-header h6 {
  font-size: 1rem;
  margin: 0;
}

.faq-area .card-header a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  color: #111827;
}

.faq-area .card-header a.collapsed {
  color: #374151;
}

.faq-area .card-body {
  background: #ffffff;
  padding: 1rem 1.25rem;
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.5;
}

/* Transition Collapse */
.collapse {
  transition: height 0.35s ease;
}

.faq-area .faq-title {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;      /* gelap elegan */
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  letter-spacing: 0.5px;
}

/* garis tipis di bawah "FAQ" */
.faq-area .faq-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #4f46e5; /* indigo/aksen */
  margin: 6px auto 0 auto;
  border-radius: 2px;
}

/* subtitle (Teleskop • Acrylic Dome • SiQiblat) */
.faq-area .faq-subtitle {
  font-size: 1rem;
  color: #6b7280;      /* abu soft */
  font-weight: 500;
  margin-top: 4px;
  margin-bottom: 2rem;
}

.footer {
    background: #212529;
    padding: 40px 0;
}
.footer h2 {
    font-size: 15px;
    font-weight: 500;
    margin: 20px 0 0;
    color: #fff;
    font-family: 'Rubik', sans-serif !important;
}
