* {
    padding: 0;
    margin: 0;
}

body {
    /* background: #075dd6; */
    background-image: linear-gradient(-125deg, #075dd6, #39b54a);
    background-attachment: fixed;
    font-family: Inter, sans-serif;
}

h1, h2 {
    font-weight: 500;
    margin: 1rem;
    line-height: 1.8em;
}

h3 {
    font-weight: 500;
    margin: 1rem;
    line-height: 1.5em;
}

p {
    margin: 1rem 0;
    line-height: 1.8em;
}

.wrapper {
    text-align: center;
    position: relative;
}

.inner-wrapper {
    padding: 2rem 1rem;
}

.w1000 {
    max-width: 1000px;
    margin: 1rem auto;
}

.hilite {
    background: #ffff31;
    color: #de0000;
    padding: 10px 20px;
    font-weight: bold;
    display: inline-block;
    margin: 10px auto;
    border-radius: .5rem;
    position: relative;
    animation: naik-turun 2s infinite;
}

@keyframes naik-turun {
    0% {
        top: -5px;
    }
    50% {
        top: 0;
    }
    100% {
        top: -5px;
    }
}

.stabilo {
    color: #ffff31;
}

.bg-white {
    background: #f7f7f7;
}

.bg-pure-white {
    background: #fff;
} 

.text-white {
    color: #fff;
}

.text-small {
    font-size: .9rem;
}

.cta-wrap {
    text-align: center;
    margin: 10px 0;
}

.cta {
    display: inline-block;
    background: #ff6f00;
    color: #fff;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: .5rem;
    font-weight: bold;
    margin: 1rem 0;
    transition: all 500ms;
}

.cta:hover {
    transform: scale(1.05);
}

.klien img {
    margin: 1rem;
}

.center {
    text-align: center;
}

.laptop {
    margin-top: 2rem;
    max-width: 100%;
}

.laptop img {
    max-width: 100%;
}

.why-wrapper {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.why-wrapper .item {
    max-width: 200px;
}

.why-wrapper .item img {
    max-width: 100px;
}

.pricing {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3rem;
}

.pricing h3 {
    margin-bottom: 0;
    margin-top: 2rem;
}

.pricing .wwa {
    max-width: 20px;
    display: inline-block;
}

.pricing-cta a {
    display: inline-flex;
    gap: .5rem;
}

.pricing .item {
    max-width: 280px;
    padding: 0 1rem 1rem;
    border: 1px solid #ddd;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pricing .popular {
    border-color: #075dd6;
    position: relative;
}

.pricing .popular::before {
    content: 'POPULER';
    background: #075dd6;
    font-size: .8rem;
    padding: .25rem .75rem;
    border-radius: .25rem;
    color: #fff;
    top: -10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.pricing .harga {
    font-weight: 600;
    color: #075dd6;
    font-size: 2rem;
    margin: 1rem 0;
}

.pricing .harga s {
    font-weight: 400;
    color: red;
    font-size: 1.1rem;
    display: block;
}

.pricing .durasi {
    font-size: .9rem;
}

.pricing ul {
    margin-left: 1rem;
    text-align: left;
    font-size: .9rem;
    padding: 1rem;
    flex-grow: 1;
}

.pricing ul li {
    line-height: 1.6em;
}

.payment-method img {
    max-height: 30px;
    width: auto;
    padding: .5rem;
}

.faq-wrapper {
    text-align: left;
}

.faq-wrapper .item {
    margin-bottom: 1rem;
    cursor: pointer;
    border-radius: .5rem;
    overflow: hidden;
}

.faq-wrapper .tanya {
    background: #ddd;
    padding: 1rem;
}

.faq-wrapper .jawab {
    padding: 1rem 1.5rem;
    background: #fff;
}

.faq-wrapper .jawab b {
    color: #075dd6;
    font-weight: 600;
}

.faq-wrapper .item ol {
    margin-left: 1.5rem;
}

.testi-wrapper {
    overflow-x: scroll;
}

.testi-wrapper::-webkit-scrollbar {
    width: 10px;
}

.testi-wrapper::-webkit-scrollbar-track {
    background: rgba(41, 51, 66, 0.5);
    border-radius: .5rem;
    overflow: hidden;
}

.testi-wrapper::-webkit-scrollbar-thumb {
    background: rgba(20, 34, 58, 0.5);
    border-radius: .5rem;
}

.testi-wrapper::-webkit-scrollbar-thumb:hover {
    background: #0c2b61;
}

.testi-scroll {
    width: 3939px;
    text-align: left;
}

.testi-scroll img {
    max-height: 600px;
    width: auto;
    border-radius: .5rem;
}

.footer {
    background: #111;
    color: #fff;
    padding: 1rem;
    font-size: .9rem;
}

.chat-me {
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: all 500ms;
}

.chat-me:hover {
    transform: scale(1.2);
}

.chat-me img {
    max-width: 60px;
    height: auto;
}

.popbox {
    position: fixed;
    width: 300px;
    top: -10px;
    left: 10px;
    opacity: 0;
    padding: .5rem 1rem;
    background: #fff;
    border-radius: .75rem;
    box-sizing: border-box;
    display: flex;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.popbox .image {
    max-width: 100px;
    padding: .5rem .5rem .5rem 0;
}

.popbox img {
    max-width: 100%;
}

.popbox .info {
    font-size: .7rem;
    color: #888;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.popbox .package {
    color: #222;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5em;
}