:root {
    --bg2: #db9c60;
    --primary: #3e2317;
    --bg: #010101;
    --bg1: #ffffff;
    --bg3: #244038;
    --bg4: #5b9e8b;
}

html {
    scroll-behavior: smooth;
}

*,
body {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

section {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 30px;
}

p {
    font-size: 20px;
}

/* header section */
.container {
    height: 100vh;
    width: 100%;
    background-image: url('../img/bg2.png');
    background-size: cover;
    background-position: center;
    z-index: 2;
    display: grid;
    justify-items: center;
    justify-content: center;
}

.container .nav {
    width: 100%;
    color: #fff;
    margin-top: 50px;
}

.container .nav img {
    width: 166px;
    border-radius: 20px;
}

.container .nav p {
    font-size: 13px;
}

.logo {
    width: 60%;
    padding-bottom: 1rem;
}

.box {
    padding: 2rem;
    font-size: 35px;
    width: 70%;
    height: 70vh;
    display: grid;
    justify-content: center;
    justify-items: center;
    align-items: center;
    color: #fff;
    border-radius: 20px;
    transition: all 0.15s ease;
}

.box h1 {
    font-size: 62px;
}

.box p {
    margin: 5px auto;
    font-size: 24px;
}

.box .btnkonsul {
    margin-top: 50px;
    background: #f78620;
    padding: 20px 30px;
    border-radius: 30px;
    font-weight: bold;
    border: none;
    transition: all 0.3s ease;
}

.box .btnkonsul:hover {
    background: #0e4431;
}

.box .btnkonsul a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

@media (max-width : 1650px) {
    .box {
        width: 80%;
        font-size: 30px;
    }

    .logo {
        width: 40%;
    }
}

@media (max-width : 767px) {
    .box {
        width: 100%;
        height: 40vh;
        text-align: center;
    }

    .row {
        display: grid;
        justify-items: center;
    }

    .box h1 {
        font-size: 32px;
        width: 90%;
    }

    .box p {
        font-size: 18px;
        width: 90%;
    }
    .container .nav {
        width: 90%;
    }
    .container .nav img {
        height: 58px;
        width: 130px;
    }
    .container .nav p {
        font-size: 10px;
    }
}

/* end sec */

/* section box 2 */

.container-2 {
    height: 630px;
    width: 100%;
    background-image: url('../img/bg2.png');
    background-size: cover;
    background-position: center;
    z-index: 2;
    position: relative;
    display: grid;
    justify-items: center;
    justify-content: center;
    align-items: center;
}

.box-2 {
    padding: 2rem;
    font-size: 35px;
    width: 65%;
    display: grid;
    align-items: center;
    color: #fff;
    border-radius: 20px;
    overflow: auto;
    text-align: center;
    transition: all 0.15s ease;
}

.box-2 h1 {
    font-size: 32px;
}

.orange {
    color: #f78620;
    margin: 20px 0;
}

.box-2 img {
    border-radius: 30px;
}

.box-2 h2 {
    font-size: 24px;
    margin: 20px 0;
}

.box-2 p {
    font-size: 20px;
}

@media (max-width : 1650px) {
    .box-2 {
        width: 80%;
        font-size: 30px;
    }

    .logo {
        width: 40%;
    }
}

@media (max-width : 767px) {
    .box-2 {
        width: 100%;
        padding: 0;
    }

    .box-2 h1 {
        font-size: 22px;
    }

    .box-2 h1.orange {
        font-size: 24px;
    }

    .box-2 img {
        width: 195px;
    }

    .box-2 h2,
    .box-2 p {
        font-size: 18px;
    }
}


/* end sec */


/* section harga */

.container-harga {
    background-image: url('../img/bg2.png');
    background-size: cover;
    background-position: center;
    color: var(--bg1);
    padding: 0;
    text-align: center;
    display: grid;
    justify-items: center;
}

.harga {
    margin: 7rem 0;
    display: flex;
    justify-content: center;
}

.col-harga-txt {
    text-align: start;
    width: 800px;
}

.col-harga-txt h1 {
    font-size: 32px;
}

.col-harga-txt p {
    font-size: 24px;
    width: 80%;
}

@media (max-width : 868px) {
    .harga {
        margin: 50px 0;
    }
    .col-harga {
        width: 100%;
    }
    .col-harga-txt {
        width: 75%;
    }
    .col-harga-txt h1 {
        font-size: 22px;
    }
    .col-harga-txt p {
        font-size: 18px;
        width: 100%;
    }
    .container-harga {
        margin-bottom: 5rem;
    }
    label {
        text-align: center;
    }
}

/* end sec */

/* section thumbnail */

.container-3 {
    height: 630px;
    width: 100%;
    z-index: 2;
    position: relative;
    display: grid;
    justify-items: center;
    justify-content: center;
    align-items: center;
}

.box-3 {
    padding: 2rem;
    font-size: 35px;
    width: 65%;
    display: grid;
    align-items: center;
    border-radius: 20px;
    overflow: auto;
    text-align: center;
    transition: all 0.15s ease;
}

.box-3 h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.orange {
    color: #f78620;
    margin: 20px 0;
}

.box-3 img {
    border-radius: 30px;
}

.box-3 h2 {
    font-size: 24px;
    margin: 20px 0;
}

.box-3 p {
    font-size: 24px;
    width: 80%;
}

.box-3 .row {
    display: grid;
    justify-items: center;
}

.container-3 .btnkonsul {
    margin-top: 25px;
    background: #f78620;
    padding: 20px 30px;
    border-radius: 30px;
    font-weight: bold;
    border: none;
    transition: all 0.3s ease;
}

.container-3 .btnkonsul:hover {
    background: #0e4431;
}

.container-3 .btnkonsul a {
    color: white;
    text-decoration: none;
    font-size: 18px;
} 

@media (max-width : 1650px) {
    .box-3 {
        width: 80%;
        font-size: 30px;
    }

    .logo {
        width: 40%;
    }
}

@media (max-width : 767px) {
    .box-3 {
        width: 100%;
        padding: 0;
    }

    .box-3 h1 {
        font-size: 22px;
    }

    .box-3 h1.orange {
        font-size: 24px;
    }

    .box-3 img {
        width: 195px;
    }

    .box-3 h2,
    .box-3 p {
        font-size: 18px;
    }
    .box-3 p {
        width: 90%;
    }
}

/* end sec */

/* section thumbnail */

.container-thumb1 {
    display: grid;
    justify-items: center;
    width: 100%;
    margin: 100px 0;
    overflow: auto;
    padding: 4rem 0;
    background-color: #f2f2f2;
}

.container-thumb {
    display: grid;
    justify-items: center;
    width: 100%;
    margin: 100px 0;
    overflow: auto;
    padding: 4rem 0;
}

.txt-thumbHead {
    width: 40%;
    margin-bottom: 2rem;
    text-align: center;
}

.txt-thumbHead h2 {
    font-size: 32px;
}

.thumbnail {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.card-1 {
    display: grid;
    justify-items: center;
    justify-content: center;
}

.row-1 {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 30px;
    margin: 10px;
    padding: 0 20px;
    width: 560px;
    height: 160px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: grid;
    align-content: space-evenly;
    transition: all 0.15s ease;
}

.card-paket {
    display: flex;
    justify-items: center;
    justify-content: center;
}

.row-paket {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 30px;
    margin: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: grid;
    align-content: space-evenly;
    transition: all 0.15s ease;
}

.row-paket img {
    height: 560px;
    width: 350px;
    border-radius: 20px;
}

.row-1 h3 {
    font-size: 32px;
    color: #f78620;
}

.row-1 p {
    font-size: 24px;
    font-weight: bold;
}

.num-1 {
    background-color: #0e4431;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 10px;
}

.container-thumb1 .btnkonsul,
.thumbnail .btnkonsul {
    margin-top: 25px;
    background: #f78620;
    padding: 20px 30px;
    border-radius: 30px;
    font-weight: bold;
    border: none;
    transition: all 0.3s ease;
}

.container-thumb1 .btnkonsul:hover,
.thumbnail .btnkonsul:hover {
    background: #0e4431;
}

.container-thumb1 .btnkonsul a,
.thumbnail .btnkonsul a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}   

@media (max-width : 868px) {
    .thumbnail {
        width: 70%;
        margin: 0;
        padding: 0;
    }

    .txt-thumbHead {
        width: 90%;
    }
    .txt-thumbHead h2 {
        font-size: 22px;
    }
    .row-1 {
        display: grid;
        justify-items: center;
        text-align: center;
        row-gap: 10px;
        width: 100%;
        height: fit-content;
        padding: 1rem 1rem;
    }
    .row-1 h3 {
        font-size: 24px;
    }
    .row-1 p {
        font-size: 18px;
    }
    .row-paket {
        display: grid;
        justify-items: center;
        text-align: center;
        row-gap: 10px;
        width: 100%;
        height: fit-content;
        padding: 1rem 1rem;
    }
    .row-paket img {
        width: 100%;
        height: auto;
    }
    .container-thumb .btnkonsul {
        padding: 10px 25px;
        margin-top: 10px;
    }
}

/* end sec */

/* section penjelasan */

.container-penjelasan {
    align-items: center;
    justify-content: center;
    justify-items: center;
    background-color: #fff;
    width: 100%;
}

.txt-penjelasan {
    display: grid;
    text-align: center;
    justify-content: center;
    justify-items: center;
    width: 45%;
}

.txt-penjelasan h1.fi-chi {
    margin-top: 9rem;
}

.txt-penjelasan h1 {
    font-size: 32px;
}

.txt-penjelasan img {
    height: 400px;
}

.box-penjelasan {
    width: 65%;
    margin: 2rem 0 0 0;
    display: flex;
    justify-content: center;
    justify-items: center;
    text-align: justify;
}

.card {
    margin: 1rem;
    background-color: white;
    font-size: medium;
    width: 50%;
    padding: 2rem;
    border-radius: 10px;
}

.card h1 {
    font-size: 32px;
}

.card li {
    margin: 2rem 5px;
    text-align: start;
    font-size: 20px;
    color: grey;
}

.card img {
    height: 365px;
    box-shadow: 0 0 20px grey;
    border-radius: 30px;
}

.box-hadir {
    display: grid;
    justify-items: center;
    align-items: center;
    background-color: #0e4431;
    border-radius: 30px;
    width: 58%;
    padding: 50px 30px;
    text-align: center;
    color: #fff;
}

.box-hadir h1 {
    font-size: 32px;
    width: 75%;
}

.orange-hadir {
    color: #f78620;
    margin-bottom: 20px;
}


.row-penjelasan {
    width: 250px;
    margin: 4rem 2.1rem;
    border: 4px solid #fff !important;
    border-radius: 6px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}



@media (max-width : 2200px) {
    .row-penjelasan {
        width: 18%;
    }
}

@media (max-width : 1024px) {
    .row-penjelasan {
        width: 12.5%;
    }

    .row-penjelasan h1 {
        font-size: 19px;
    }
}

@media (max-width : 868px) {
    .container-penjelasan h1 {
        width: 90%;
        text-align: center;
    }

    .container-penjelasan h2 {
        text-align: center;
        width: 90%;
    }

    .card {
        width: 90%;
        display: grid;
        justify-content: center;
        justify-items: center;
        padding: 0;
    }

    .card h1 {
        font-size: 22px;
    }

    .card h2 {
        font-size: 18px;
    }

    .card img {
        height: 215px;
        box-shadow: 0 0 10px grey;
    }

    .box-penjelasan {
        display: grid;
    }

    .txt-penjelasan h1.fi-chi {
        margin-top: 50px;
    }

    .txt-penjelasan h1 {
        font-size: 22px;
    }

    .txt-penjelasan img {
        height: 320px;
        width: 360px;
    }

    .box-hadir {
        width: 80%;
        padding: 25px 15px;
    }

    .box-hadir h1 {
        font-size: 22px;
        width: 100%;
        margin-top: 10px;
    }

    .box-hadir p {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* end sec */

/* section footer  */

.container-konsultasi {
    display: grid;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin-bottom: 20rem;
}

.container-cardKonsul {
    margin-top: 5rem;
    padding: 0;
}

.btn-konsul {
    align-content: center;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 20px #eee;
    padding: 15px 45px;
    width: 1000px;
    height: 45px;
    background-image: linear-gradient(to right, #5b9e8b 0%, #244038 51%, #5b9e8b 100%);
    background-size: 200% auto;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: larger;
    transition: 0.5s;
}

.btn-konsul:hover {
    letter-spacing: 5px;
    background-position: right center;
    color: #fff;
}

.btn-konsul:active {
    opacity: 0.5;
}

.wp-image-262 {
    width: 520px;
    margin: 2rem 0;
}

@media (max-width : 990px) {
    .container-cardKonsul {
        margin: 0;
    }

    .txt-konsul {
        width: 70%;
        font-size: medium;
    }

    .btn-konsul {
        width: 200px;
        height: 50px;
    }

    .wp-image-262 {
        width: 200px;
    }
}

@media (max-width : 425px) {}

/* show textbar */

.col-konsul {
    display: flex;
    justify-content: center;
    align-content: center;
    justify-items: center;
}

.row-konsul {
    background-color: grey;
    width: 80%;
    display: contents;
}

.iklan {
    display: grid;
    justify-content: center;
    justify-items: center;
    align-items: center;
    background-color: var(--bg1);
    color: black;
    width: 500px;
    height: auto;
    margin: 4rem 2rem 2rem;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.iklan:hover {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    animation-duration: 0.25s;
    border-left: 8px solid #244038;
    border-bottom: 8px solid #244038;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.btn-iklan {
    display: block;
    align-content: center;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 20px #eee;
    padding: 15px 45px;
    width: 400px;
    background-image: linear-gradient(to right, #5b9e8b 0%, #244038 51%, #5b9e8b 100%);
    background-size: 200% auto;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: larger;
    transition: 0.5s;
}

.iklan img {
    width: 100%;
    border-radius: 10px;
}

.btn-iklan:hover {
    letter-spacing: 5px;
    background-position: right center;
    color: #fff;
}

.btn-iklan:active {
    opacity: 0.5;
}

@media (max-width : 1380px) {
    .col-konsul {
        display: grid;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width : 800px) {
    .iklan {
        width: 100%;
        margin: 1rem;
        font-size: medium;
    }

    .iklan img {
        width: 160px;
    }

    .btn-iklan {
        width: 100px;
        font-size: medium;
    }
}

/* end sec */


/* 200k dalam 1 hari */




.tabs {
    display: flex;
    flex-wrap: wrap;
    font-family: sans-serif;
    justify-content: center;
    padding: 10px;
    border: 2px solid #c29606;
    transition: all 0.15s;
}

.tabs:hover {
    border: 4px solid #c29606;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.tabs_name {
    padding: 10px 16px;
    cursor: pointer;
    transition: letter-spacing 0.15s;
}

.tabs_name:hover {
    letter-spacing: 1px;
}

.tabs_item {
    display: none;
}

.tabs_content {
    order: 1;
    width: 100%;
    line-height: 1.5;
    font-size: 0.9em;
    display: none;
}

.tabs_item:checked+.tabs_name {
    color: #c29606;
    border-bottom: 2px solid #c29606;
}

.tabs_item:checked+.tabs_name+.tabs_content {
    display: initial;
}

/* footer */

footer {
    display: grid;
    justify-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    text-align: center;
    padding: 20px 0;
}

.footer-flex {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.footer-flex img {
    margin: 0 10px;    
}

.footer-media img {
    width: 40px;

}

.footer p {
    color: #555555;
    font-size: 16px;
}

@media (max-width:767px) {
    .footer p {
        font-size: 14px;
    }
}