header{
    position: fixed;
    background-color: white;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

img{
    max-width: 100%;
    height: auto;
}

.img-logo img{
    width: 200px;
}

.picture{
    padding-top: 86px;
    padding-bottom: 30px;
}


.call{
    background-color: #10a37f;
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 30px;
    gap: 8px;
    font-weight: 600;
}

.call:hover{
    opacity: 0.8;
    transition: 0.3s;
}


.title{
    color: red;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.8;
}

.space{
    padding-bottom: 30px
}

.title2{
    font-size: 25px;
    font-weight: bold;
    color: #212529;
    line-height: 1.8;
}

.text{
    font-size: 18px;
    font-weight: bold;
    color: #212529;
    line-height: 2;
}

.text2{
    font-size: 20px;
    font-weight: bold;
    color: #212529;
    line-height: 2;
}

.caret-list{
    padding: 0px;
    list-style: none;
}

.caret-list li img{
    width: 25px;
}

.caret-list li{
    display: flex;
    align-items: center;
     color: #3D7CC9;
    line-height: 2;
    font-weight: bold;
    font-size: 25px;
    gap: 8px;
    margin-bottom: 10px;
}

.hide1, .hide2, .hide3, .hide4{
    display: none;
}

.viewMore{
    border: none;
    background-color: #046bd2;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
}


.viewMore:hover{
    opacity: 0.8;
    transition: 0.3s;
}

.img {
    text-align: center;
}

.img img{
    width: 450px;
    border-radius: 30px;
}


.cart_me{
    list-style: none;
    padding: 0px;
}

.cart_me li{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.cart_me li span{
    font-size: 18px;
    font-weight: bold;
    color: #212529;
    line-height: 2;
}

.cart_me li svg{
    width: 30px;
    height: auto;
    fill: #1368AA;
}

.cart_me li span{
    flex: 1;
}

.dokter{
    text-align: center;
}

.call_two{
    background-color: #10a37f;
    color: white;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 8px;
    border-radius: 30px;
}

.call_two:hover{
    opacity: 0.8;
    transition: 0.3s;
}


/* card  */

.splash{
    display: flex;
    width: 100%;
    gap: 50px;
}

.splash_card{
    width: 50%;
    background-color: #206AB30D;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 30px;
    border-radius: 20px;
}

.splash_list{
    list-style: none;
    padding: 0px;
}

.splash_list li{
    margin-bottom: 20px;
}

.splash_list li{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #212529;
    line-height: 2;
}

.splash_list li img{
    width: 30px;
    height: auto;
}

.splash_list li span{
    flex: 1;
}

.blue li{
    color: #3D7CC9;
}


/* akhir card */

.clash{
    padding-bottom: 40px;
}


.wloop{
    background-color: #FFF9F2;
    padding-top: 30px;
    padding-bottom: 40px;
}

.wloop_dp{
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    gap: 40px;
    padding-top: 15px;
}

.wloop_card{
    width: 50%;
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 30px;
    display: grid;
    align-items: center;
    border-radius: 20px;
}

 .wloop_card:hover{
        background-color: #B6CDD6;
        transition: 0.3s;
    }

.price{
    padding-top: 30px;
}

.key li {
    margin-bottom: 10px;
}

.tahap{
    font-size: 23px;
    color: #008B8B;
    font-weight: bold;
}

.clay li{
    margin-bottom: 10px;
}

.quit{
    margin-top: -10px;
}

iframe{
    max-width: 100%;
    height: auto;
}

.iframe{
    text-align: center;
}

.iframe iframe{
    width: 500px;
    height: 300px;
    border-radius: 30px;
}


/* footer */

footer{
    background-color: #008B8B;
    padding-top: 60px;
    padding-bottom: 50px;
}


.footer-draw{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
}


.icon_footer{
    background-color: #FFFFFF29;
    color: white;
    font-weight: bold;
    width: 65px;
    height: 65px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.footer_card{
    display: flex;
    gap: 30px;
    width: 33.3%;
    justify-content: center;
    flex-direction: row;
}

.footer_text{
    font-size: 25px;
    font-weight: bold;
    color: white;
}


.footer_text2{
    font-size: 16px;
    color: white;
    font-weight: bold;
    line-height: 2;
    text-decoration: none;
}

.text_grid{
    margin-top: -15px;
}

.icon_footer:hover{
     background-color: #83434329;
     cursor: pointer;
     transition: 0.3s;
}

.footer_card a{
    text-decoration: none;
}


.title3{
    font-size: 28px;
    text-align: center;
    color: white;
    font-weight: bold;
}

/* akhir footer */


.need-auto{
    display: flex;
    width: 100%;
    gap: 20px;
}

.call_we{
    width: 50%;
    background-color: green;
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 30px;
    font-size: 18px;
    gap: 8px;
}

.need-slash{
    margin-top: 20px;
}

.copyright{
    background-color: #111111;
    padding-top: 20px;
    padding-bottom: 20px;
}

.made{
    color: white;
    font-weight: bold;
    font-size: 16px;
    display: grid;
    justify-content: center;
    text-align: center;

}

.made a{
    text-decoration: none;
    color: white;
}

.call_we:hover{
    opacity: 0.8;
    transition: 0.3s;
}

.made_flex{
    display: flex;
    justify-content: center;
}

.made_grid{
    display: grid;
}


.waFixed1{
    position: fixed;
    top: 250px;
    right: 15px;
    z-index: 9999;
}

.waFixed2{
    display: flex;
        align-items: center;
        justify-content: center;
        background-color: #4CAF50;
        position: fixed; 
        bottom: 200px; 
        left: 5px; 
        z-index: 100;
        width:140px;
        text-decoration: none;
        color: white;
        font-weight: bold;
        font-size: 20px;
        gap: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 30px;
}

.waFixed3{
    text-decoration: none;
    position: fixed;
    z-index: 100;
    bottom: 20px;
    right: 20px;
    color: #fff;
    background-color: #4CAF50;
    text-align: center;
    width: 240px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

@media(max-width: 768px){
    .img-logo img{
        width: 140px;
    }

    .picture{
        padding-top: 76px;
    }

    .call_two{
        width: 50%;
    }

    /* awal card  */
    .splash{
        display: grid;
        gap: 25px;
    }


    .splash_card{
        width: 100%;
    }

    /* akhir card */


    .wloop_dp{
        display: grid;
        gap: 20px;
    }

    .wloop_card{
        width: 100%;
    }

   

    .title2{
        font-size: 24px;
    }

    /* footer */

    .footer-draw{
        display: grid;
    }

    .footer_card{
        display: grid;
        width: 100%;
        text-align: center;
    }

    .icon_span{
        display: flex;
        justify-content: center;
    }

    .need-auto{
        display: grid;
    }

    .call_we{
        width: 100%;
    }


    .need{
        margin-top: 35px;
    }

    /* akhir footer */

    .iframe iframe{
        height: 220px;
    }

    .title{
        font-size: 22px;
    }

    .caret-list li{
        font-size: 22px;
    }

    .title2{
        font-size: 22px;
    }
}