:root{
    ---pr-color: #019875;
}

/* Navbar */

.navbar {
    z-index: 3;
}

/* nav-color */
.nav-color {
    background-color:#007250;
    transition: all ease-in-out 0.3s;
}

.bg-trasnparent {
    transition: all ease-in-out 0.3s;
}

* {
    z-index: 2;
}

.accsent-img {
    z-index: 1;
}

.img-hero{
    z-index: 1;
}


body {
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Poppins', sans-serif; */
    background-color: #F3FFF4;
}

.navbar-brand {
    font-weight: 700;
    font-size: 20px;
}

.nav-link {
    font-size: 16px;
}

.nav-link.active { 
    font-weight: 700;
}

.button-primary {
    width: 133px;
    height: 40px;
    background-color: transparent;
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 16px;
}

.button-secondary {
    width: 133px;
    height: 40px;
    background-color: #fff;
    color: var(---pr-color);
    border: none;
    font-weight: 700;
    font-size: 16px;
}

/* Hero section */
#hero {
    background: linear-gradient(160deg, var(---pr-color), #000);
    height: 100vh;
    width: 100%;
    
}

.img-hero {
    height: 100%;
}

.hero-tagline h1 {
    font-weight: 700;
    color: #fff;
    font-size: 50px;
    line-height: 70px;
}

.hero-tagline p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 60px;
    margin-top: 20;
    line-height: 30px;
    width: 85%;
}

.button-lg-primary {
    width: 237px;
    height: 70px;
    color: var(---pr-color);
    font-size: 20px;
    font-weight: 700;
    border: none;
    background-color:#fff;
}

/* Layanan Section */

#layanan {
    padding: 100px 0;
}

h2 {
    font-size: 46px;
    font-weight: 500;
    color: var(---pr-color);
}

.sub-title {
    font-size: 18px;
    color: #000;
}

.cardku-layanan {
    width: 100%;
    height: 313px;
    border-radius: 5px;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);

    transition: all .2s ease-in;
}

.circle-icon {
    width: 70px;
    height: 70px;
    background-color: var(---pr-color);
    border-radius: 50px;

    transition: all .1s ease-in;
}

.cardku-layanan h3 {
    font-size: 24px;
    color:var(---pr-color);

    transition: all .2s ease-in;
}

.cardku-layanan p {
    color: #000;
    font-size: 14px;

    transition: all .3s ease-in;
}

/* Kondisi Ketika Hover */

.cardku-layanan:hover {
    width: 100%;
    height: 313px;
    border-radius: 5px;
    background: linear-gradient(160deg, var(---pr-color), #000);
    padding: 40px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);

    transition: all .2s ease-in;
}

.cardku-layanan:hover .circle-icon {
    background-color: #fff;
    transition: all .2s ease-in;
}

.cardku-layanan:hover h3 {
    font-size: 24px;
    color: #fff;

    transition: all .2s ease-in;
}

.cardku-layanan:hover p {
    font-size: 14px;
    color: #fff;

    transition: all .2s ease-in;
}

/* section rekomendasi atau diweb jadwal dokter*/ 

.card {
    height: 469px;
    width: 95%;
    border: none;
}

.cardku-body h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 0.8rem;
}

.cardku-body p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.cardku:hover{
    background: linear-gradient(170deg, var(---pr-color), #007250,  #007250, #000 );
    box-shadow: 0 10px 20px rgba(0, 0, 0, .25) ;
    transition: all ease-in-out .3s;
}

.cardku:hover .cardku-body h4 {
    color: #fff;
    transition: all ease-in-out .3s;
}

.cardku:hover .cardku-body p {
    color: #fff;
    transition: all ease-in-out .3s;
}

.cardku-fasilitas {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    background-color: #fff;
}

.cardku-fasilitas span {
    font-weight: 500;
    margin-top: 18px;
    color: #000;
}

.cardku-fasilitas p {
    font-size: 12px;
    color: #000;
}

/* cardku-fasilitas */

.button-fitur {
    width: 238px;
    height: 63px;
    background-color: var(---pr-color);
    border: none;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

#fitur h2 {
    font-size: 48px;
    font-weight: 500;
}

.cardku-fitur h5 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

.cardku-fitur span {
    font-size: 14px;
    color: #fff;
}

.cardku-fitur h6 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.cardku-fitur button {
    width: 150px;
    height: 45px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: none;
    background-color: var(---pr-color);
}

.cardku-fitur .overlay {
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all ease-in-out .3s;
}

.cardku-fitur .overlay:hover {
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;

}

.button-arrow-left {
    background: var(---pr-color);
    border-radius: 50%;
    border: none;
    width: 61px;
    height: 61px;
    padding: 0;
}

.button-arrow-right {
    background: var(---pr-color);
    border-radius: 50%;
    border: none;
    width: 61px;
    height: 61px;
    padding: 0;
}

/* kontak */
#contact {
    background-image: url('../img/kontak-img.png');
    margin-top: 158px;
    background-size: cover;
    background-repeat: no-repeat;
}

#contact .overlay {
    background: rgba(0, 0, 0, 0.5);
}

#contact .container{
    padding: 148px 0 148px 0;
}

#contact h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    color: #fff;
}

#contact h6{
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #fff;
}

.kontak a {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    text-decoration:none;
    margin-left: 18px;
    width: 332px;
    display: inline-block;
}

.linkrumahimpian { 
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
}

.cardku-contact {
    width: 580px;
    /* height: 445px; */
    height: 475px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 52px 48px;
}

.cardku-contact h2{
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    color: var(---pr-color);
    margin-bottom: 21px;
}

.form-control {
    height: 75px !important;
    background: #C4C4C4;
}

.form-floating label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #717171;
    border-radius: 0;
}

.button-kontak {
    width: 100%;
    height: 75px;
    background: #00985B;
    border: none;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF; 
}

#footer {
    width: 100%;
    height: 160px;
    background: #000000;
}

.copyright {
    bottom: 1%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.footerku a {
    font-size: 20px; 
    font-weight: 700;
    color:#FFFFFF;
    text-decoration: none;
}


/* portal sejarah */
#sejarah {
    background:#019875;
    height: 100vh;
    width: 100%;
    padding-top: 70px;   
}

.small-text {
    font-size: 28px;
}

/* visi -misi */
/* #visi-misi {
    background: #c7c2c2;
    height: 100vh;
    width: 100%;
    padding-top: 70px;
    
} */


/* galeri */
#gallery {
    background:#618980;
    height: 100vh;
    width: 100%;
    padding-top: 70px;
    
}

