body {
    font-family: 'Nunito', sans-serif;
    background: #000;
    color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, button .btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.whatsapp-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99;
}
.whatsapp-btn img {
    width: 48px;
}
@media (min-width: 768px) {
    .whatsapp-btn {
        position: fixed;
        bottom: 24px;
        right: 24px;
    }
    .whatsapp-btn img {
        width: 60px;
    }
}

.transparent {
    background: transparent;
}

.section {
    height: auto;
    width: 100%;
    padding: 40px 0;
}
.section p {
    font-size: 16px;
    padding: 16px;
}

.logo img {
    height: 30px;
}
.big-title {
    font-size: 40px;
    font-weight: 600;
}

.navbar-custom .nav-link {
    color: #FFF;
    padding-right: 24px !important;
    padding-left: 24px !important;
}
.navbar-custom .nav-link:hover {
    text-decoration: underline;
}
.section-1 {
    min-height: auto;
    padding: 60px 0;
    text-align: center;
}
.section-1 img {
    width: 80%;
}
@media (min-width: 768px) {
    .section {
        height: auto;
        padding: 160px 0;
    }
    .section p {
        font-size: 24px;
        padding: 16px 0;
    }
    .section-1 {
        height: auto;
        padding: 160px 0;
    }
    .big-title {
        font-size: 60px;
        font-weight: 600;
    }
    .section-1 img {
        width: 400px;
        max-width: 90%;
    }
}
@media (min-width: 992px) {
    .section-1 {
        text-align: left;
    }
    .section-1 img {
        width: 100%;
    }
    .section-1 .flex-center {
        display: flex;
        align-items: center;
    }
}

.section-2 {
    background-color: #303030;
}
.btn-cta-1, .btn-cta-2, .btn-cta-4 {
    border: 1px solid #81cc0a;
    display: inline-block;
    color: #FFF !important;
    border-radius: 8px;
    margin-top: 16px;
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 8px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif !important;
}
.btn-cta-1:hover, .btn-cta-2:hover, .btn-cta-4:hover {
    background: #81cc0a;
    color: #FFF !important;
    text-decoration: none;
}
.btn-cta-4 {
    background-color: #4F9300;
    border: 1px solid #4F9300;
}
.btn-cta-4.outline {
    background-color: transparent;
    border: 1px solid #4F9300;
}

@media (min-width: 768px) {
    .section-2 p {
        font-size: 24px;
    }
    .btn-cta-1, .btn-cta-2 {
        padding: 15px 40px;
    }
}

.section-3 img {
    width: 35%;
    margin-bottom: 32px;
}
.section-3 h2 span {
    border-top: 1px solid #81CC0A;
    border-bottom: 1px solid #81CC0A;
    padding: 12px 0;
}
@media (min-width: 768px) {
    .section-3 img {
        width: 70%;
    }
    .section-3 p {
        font-size: 24px;
        padding: 16px;
    }
}
@media (min-width: 992px) {
    .section-3 img {
        width: 200px;
    }
}

.section-4 {
    background-color: #303030;
}
.section-4 {
    min-height: auto;
    padding: 160px 0;
}
.section-4 p {
    font-size: 18px;
}
.section-4 .fitur-item {
    padding-left: 24px;
    position: relative;
}
.section-4 .fitur-icon img {
    width: 70px;
}
.section-4 .fitur-icon b {
    font-size: 16x;
}
.section-4 .fitur-item img {
    left: 0;
    position: absolute;
    top: 4px;
}
.section-4 .image img {
    width: 60%;
}
.section-4 .flex-center {
    display: flex !important;
    align-items: center;
}
@media (min-width: 768px) {
    .section-4 .flex-center {
        display: flex !important;
        align-items: center;
    }
    .section-4 .image img {
        width: 80%;
    }
}
@media (min-width: 992px) {
    .section-4 .flex-bottom {
        display: flex !important;
        align-items: flex-end;
    }
    .section-4 .image img {
        width: 100%;
    }
}

.section-5 {
    height: auto;
    padding: 40px 0;
}
.section-5 p {
    font-size: 18px;
}
.section-5 .column {
    display: flex;
    align-items: center;
}
.section-5 .image img {
    width: 60%;
}
.section-5 .fitur-item {
    padding-left: 24px;
    position: relative;
    margin-bottom: 40px;
    text-align: left;
    font-size: 20px;
}
.section-5 .fitur-item img {
    left: 0;
    position: absolute;
    top: 4px;
}
.section-5 .fitur-item.left {
    text-align: right;
    padding-left: 0px;
    padding-right: 24px;
}
.section-5 .fitur-item.left img {
    right: 0;
    left: unset;
}
@media (min-width: 992px) {
    .section-5 {
        height: auto;
        padding: 160px 0;
    }
}

.package-wrapper {
    background: #22262C;
    height: 500px;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
}
.package-wrapper .package-time {
    padding-top: 10px;
}
.package-wrapper .text-discount {
    text-decoration: line-through;
    font-size: 24px;
    color: #e13050;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.package-wrapper .text-price {
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.package-wrapper .luxury {
    position: absolute;
    right: -17px;
    bottom: 100px;
}
.package-wrapper .luxury img {
    height: 80px;
}
.package-wrapper .luxury .label-cashback {
    position: relative;
}
.package-wrapper .luxury .label-cashback div {
    position: absolute;
    text-align: left;
    margin-left: 40px;
    margin-top: 8px;
}
.package-wrapper .luxury .label-cashback div span {
    font-size: 10px;
    display: block;
}
.package-wrapper .luxury .label-cashback div strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}
.btn-cta-3 {
font-family: 'Montserrat', sans-serif !important;
font-weight: 700;
font-size: 20px;
width: 100%;
background: rgb(79,147,0);
background: linear-gradient(90deg, rgba(79,147,0,1) 0%, rgba(127,202,10,1) 100%);
box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.25);
border-radius: 8px;
text-align: center;
color: #FFFFFF !important;
display: block;
padding: 8px 20px;
}
.btn-cta-3:hover {
color: #FFFFFF !important;
text-decoration: none !important;
}

.btn-cta-3.blue {
background: rgb(0,110,212) !important;
background: linear-gradient(90deg, rgba(0,110,212,1) 0%, rgba(0,163,255,1) 100%) !important;
}
.btn-cta-3.gold {
    background: rgb(160,106,0);
    background: linear-gradient(90deg, rgba(160,106,0,1) 0%, rgba(235,183,0,1) 100%);
}

.section-6 {
    height: auto;
    padding: 120px 0;
}
.section-6 img {
    width: 90%;
}
@media (min-width: 768px) {
    .section-6 img {
        width: 90%;
    }
}
@media (min-width: 992px) {
    .section-1 img {
        width: 700px;
    }
}

footer {
    padding: 120px 16px;
    background: rgb(48,48,48);
    background: linear-gradient(180deg, rgba(48,48,48,0.1783088235294118) 0%, rgba(48,48,48,0.5088410364145659) 22%, rgba(48,48,48,1) 98%);
}
footer .menu a {
    display: block;
    padding: 8px 0;
    color: #FFF;
}
footer .info-item {
    padding-left: 28px;
    position: relative;
}
footer .info-item img {
    left: 0;
    position: absolute;
    width: 20px;
    top: 4px;
}
footer .sosmed-icon img {
    height: 30px !important;
    margin-right: 12px;
    border-radius: 4px;
}

.section-7 p {
    font-size: 20px;
}
.section-7 .flex-center {
    display: flex !important;
    align-items: center;
}
.section-7 .image-phone.left {
    position: relative;
    left: 50px;
}
.section-7 .image-phone.right {
    position: relative;
    right: 50px;
}

.fitur-list-wrapper .item {
    position: relative;
}
.fitur-list-wrapper .item img {
    position: absolute;
    left: 0;
    top: 4px;
}
.fitur-list-wrapper .item {
    padding-left: 32px;
}

.faq-wrapper .faq-item {
    padding-right: 40px;
    position: relative;
    border-bottom: 1px solid #333;
}
.faq-wrapper .faq-item img {
    position: absolute;
    right: 16px;
    top: 40px;
    cursor: pointer;
}
.faq-wrapper .faq-item a {
    color: #FFF;
}
.faq-wrapper .faq-item a:hover {
    color: #FFF;
}
.faq-wrapper .faq-item strong {
    display: block;
    padding: 24px 0;
    font-size: 24px;
}
.faq-wrapper .faq-item .answer {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 16px;
}