body {
    background: #f7f7f7;
}

.lp-head {
    position: relative;
}

.head-video {
    position: relative;
}

.head-video .videos {
    position: absolute!important;
}

.head-body {
    position: relative;
    top: 100px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 3px 4px #666;
}

.head-content h1 {
    font-weight: bold;
}

.videos-item {
    position: relative;
    height: 720px!important;
    filter: brightness(50%);
}

.order-content {
    position: relative;
    top: 200px;
}

.underline {
    display: inline-block;
    background: #fff;
    height: 3px;
    width: 120px;
}

.lp-profile {
    position: relative;
    top: 400px;
    text-align: center;
    font-weight: bolder;
    padding: 25px;
}

.lp-profile .lp-content h4 {
    font-weight: bold;
}

.red-bg {
    background: #FF4444;
}

.profile-card {
    background: #fff;
    box-shadow: 0px 3px 3px 1px #bbb;
}

.profile-img {
    border-radius: 50%;
    height: 500px;
    margin: 20px;
}

.right-profile {
    color: #fff;
    padding: 30px;
}

.profile-desc {
    text-align: left;
    margin-top: 50px;
}

.lp-taktik {
    position: relative;
    top: 340px;
    text-align: center;
    font-weight: bolder;
    padding: 30px;
    padding-bottom: 100px;
    background: #fff;
    z-index: -1;
}

.lp-taktik .lp-content {
    position: relative;
    top: 50px;
}

.lp-taktik .lp-content h4 {
    font-weight: bold;
}

.custom-taktik {
    margin-bottom: 30px;
}

.custom-taktik img {
    width: 50%;
}

.taktik-wrapper {
    box-shadow: 0px 4px 3px 1px #aaa;
    padding: 20px;
    height: 300px;
}

.custom-2-taktik {
    margin: auto;
}

.content-desc {
    margin-top: 50px;
    text-align: left;
}

.content-desc img {
    height: 347px;
    width: 530px;
    object-fit: cover;
}

.lp-kapan {
    position: relative;
    top: 400px;
    text-align: center;
    font-weight: bolder;
    padding: 30px;
    padding-top: 50px;
    padding-bottom: 100px;
    background: #fff;
}

.lp-kapan .lp-content h4 {
    font-weight: bold;
}


.custom-kapan {
    margin-bottom: 30px;
}

.custom-kapan img {
    width: 30%;
}

.kapan-wrapper {
    box-shadow: 0px 4px 3px 1px #aaa;
    padding: 20px;
    height: 550px;
}

.maps {
    width: 60%!important;
    transition: .5s filter;
    cursor: pointer;
}

.maps:hover {
    filter: brightness(50%)
}

.text-danger {
    color: #FF4444!important;
}

.danger {
    background: #FF4444!important;
}

.btn-danger {
    background: #FF4444!important;
}

.lp-payment {
    position: relative;
    top: 400px;
    text-align: center;
    font-weight: bolder;
    padding-top: 50px;
}

.custom-payment {
    margin-bottom: 30px;
}

.custom-payment img {
    width: 30%;
}

.payment-wrapper {
    box-shadow: 0px 4px 3px 1px #aaa;
    padding: 30px;
    background: #fff;
    height: 750px;
}

.lp-payment .lp-content {
    position: relative;
    bottom: 100px;
}

.lp-payment .lp-content h4, .lp-payment .lp-content h2 {
    font-weight: bold;
}

.disc-price {
    color: #686868;
    text-decoration: line-through;
}

.investasi-text {
    text-align: left;
}

.until-text {
    font-size: 10px;
}

.payment-group {
    text-align: left;
    font-weight: 300;
    padding-left: 0;
}

.payment-group li:before {
    content: '✓';
    margin-right: 10px;
}

.payment-sect-button {
    position: relative;
    top: 50px;
}

.custom-test {
    margin-bottom: 30px;
}

.custom-test img {
    width: 50%;
}

.test-wrapper {
    box-shadow: 0px 4px 3px 1px #aaa;
    padding: 20px;
    height: 550px;
}

.test-wrapper p {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    height: 200px;
}

.img-test-profile {
    height: 150px;
    width: 150px!important;
    box-shadow: 0px 3px 3px 1px #686868;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    bottom: 50px;
}

.lp-content-test {
    margin-top: 80px;
}

.materi-workshop-wrapper {
    box-shadow: 0px 4px 3px 1px #aaa;
    padding: 30px;
    background: #fff;
    height: 450px;
}

.materi-workshop-group {
    list-style: none;
    text-align: left;
    margin: 0;
    padding-left: 0;
    font-weight: 300;
}

.materi-workshop-wrapper h5{
    font-weight: bold;
}

.bg-black {
    margin-top: 40px;
    background: #444444;
    color: #fff;
}

.blacks {
    background: #000;
    padding: 10px;
    padding-top: 15px;
    color: #fff;
}

.blacks p {
    margin-bottom: 0!important;
}


@media (min-width : 1024px) and (max-width : 1279px) {
    p {
        font-size: 13px;
    }
    .videos-item {
        height: 520px!important;
    }

    .head-body {
        top: 50px;
    }

    .order-content {
        top: 50px;
    }

    .lp-profile, .lp-kapan, .lp-payment {
        top: 200px;
    }

    .lp-taktik {
        top: 140px;
    }
}

@media (min-width : 992px) and (max-width: 1023px){
    p {
        font-size: 12px;
    }
    .videos-item {
        height: 500px!important;
    }

    .head-body {
        top: 50px;
    }

    .order-content {
        top: 50px;
    }

    .lp-profile, .lp-kapan, .lp-payment {
        top: 220px;
    }

    .lp-taktik {
        top: 160px;
    }

    .materi-workshop-group {
        font-size: 13px;
    }
}

@media (min-width : 768px) and (max-width : 991px){
    h1 {
        font-size: 1.8rem;
    }
    h2 {
        font-size: 1.6rem
    }
    h3 {
        font-size: 1.4rem;
    }
    h4 {
        font-size: 1.2rem;
    }
    h5 {
        font-size: 0.9rem;
    }

    p {
        font-size: 12px;
    }
    .videos-item {
        height: 400px!important;
    }

    .head-body {
        top: 30px;
    }

    .order-content {
        top: 30px;
    }

    .lp-profile, .lp-kapan, .lp-payment {
        top: 150px;
    }

    .lp-taktik {
        top: 90px;
    }

    .materi-workshop-group {
        font-size: 12px;
    }

    .custom-test {
        margin-bottom: 30px;
    }
    
    .img-test-profile {
        position: static;
    }
}

@media (min-width : 425px) and (max-width : 767px){
    .logos {
        width: 33%;;
    }

    h1 {
        font-size: 1.6rem;
    }
    h2 {
        font-size: 1.4rem
    }
    h3 {
        font-size: 1.2rem;
    }
    h4 {
        font-size: 1rem;
    }
    h5 {
        font-size: 0.7rem;
    }

    p {
        font-size: 12px;
    }
    .videos-item {
        height: 470px!important;
    }

    .videos {
        height: 470px!important;
    }

    .head-body {
        top: 30px;
    }

    .order-content {
        top: 30px;
    }

    .lp-profile, .lp-kapan, .lp-payment {
        top: 150px;
    }

    .lp-taktik {
        top: 90px;
    }
    
    .img-bg {
        width: 100%;
    }

    .img-bg img {
        width: 100%;
        position: absolute;
        height: 480px;
        object-fit: cover;
        filter: brightness(50%);
    }

    .cp-logo {
        height: 70px;
        text-align: center;
    }

    .lp-kapan {
        padding-bottom: 20px;
    }

    .custom-test {
        margin-bottom: 30px;
    }
    
    .img-test-profile {
        position: static;
    }

    .custom-payment img {
        width: 20%;
    }

    .payment-box-small {
        width: 30%;
    }

    .testimony-video {
        top: 30px!important;
    }

    .button-countdown {
        position: relative;
        bottom: 50px;
    }

    .materi-workshop-group {
        font-size: 12px;
    }
}

@media (min-width : 375px) and (max-width : 424px){
    .logos {
        width: 33%;;
    }

    h1 {
        font-size: 1.6rem;
    }
    h2 {
        font-size: 1.4rem
    }
    h3 {
        font-size: 1.2rem;
    }
    h4 {
        font-size: 1rem;
    }
    h5 {
        font-size: 0.7rem;
    }

    p {
        font-size: 12px;
    }
    .videos-item {
        height: 470px!important;
    }

    .videos {
        height: 470px!important;
    }

    .head-body {
        top: 30px;
    }

    .order-content {
        top: 30px;
    }

    .lp-profile, .lp-kapan, .lp-payment {
        top: 150px;
    }

    .lp-taktik {
        top: 90px;
    }
    
    .img-bg {
        width: 100%;
    }

    .img-bg img {
        width: 100%;
        position: absolute;
        height: 480px;
        object-fit: cover;
        filter: brightness(50%);
    }

    .cp-logo {
        height: 70px;
        text-align: center;
    }

    .lp-kapan {
        padding-bottom: 20px;
    }

    .custom-test {
        margin-bottom: 30px;
    }
    
    .img-test-profile {
        position: static;
    }

    .custom-payment img {
        width: 20%;
    }

    .payment-box-small {
        width: 30%;
    }

    .testimony-video {
        top: 30px!important;
    }

    .button-countdown {
        position: relative;
        bottom: 50px;
    }

    .materi-workshop-group {
        font-size: 12px;
    }

    .profile-img {
        height: 300px;
    }
}

@media (min-width : 320px) and (max-width : 374px){
    .profile-img {
        height: 300px;
    }
    
    .logos {
        width: 33%;;
    }

    h1 {
        font-size: 1.6rem;
    }
    h2 {
        font-size: 1.4rem
    }
    h3 {
        font-size: 1.2rem;
    }
    h4 {
        font-size: 1rem;
    }
    h5 {
        font-size: 0.7rem;
    }

    p {
        font-size: 12px;
    }
    
    .videos-item {
        height: 470px!important;
    }

    .videos {
        height: 470px!important;
    }

    .head-body {
        top: 30px;
    }

    .order-content {
        top: 30px;
    }

    .lp-profile, .lp-kapan, .lp-payment {
        top: 150px;
    }

    .lp-taktik {
        top: 90px;
    }
    
    .img-bg {
        width: 100%;
    }

    .img-bg img {
        width: 100%;
        position: absolute;
        height: 480px;
        object-fit: cover;
        filter: brightness(50%);
    }

    .cp-logo {
        height: 70px;
        text-align: center;
    }

    .lp-kapan {
        padding-bottom: 20px;
    }

    .custom-test {
        margin-bottom: 30px;
    }
    
    .img-test-profile {
        position: static;
    }

    .custom-payment img {
        width: 20%;
    }

    .payment-box-small {
        width: 30%;
    }

    .testimony-video {
        top: 30px!important;
    }

    .button-countdown {
        position: relative;
        bottom: 50px;
    }

    .materi-workshop-group {
        font-size: 12px;
    }
}