/* body */
body {
    background-image: url(image/suns.jpg);
    overflow-x:hidden;

}


/* Navbar */
.navbar {
    position: relative;
    z-index: 1;
}
.navbar-brand {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 32px;
}

/* Apa kata mereka */
#pm{
    font-family: 'Lexend Deca', sans-serif;
    font-size: 32px;
    text-align: center;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
    
}

/* Carousel */
.carousel {
    margin-top: 40px;
    margin-right:30px;
    margin-left:30px;
    transition: transform 2s ease, opacity .5s ease-out;
}

.carousel::after {
    content:'';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); 
    position:absolute;
    bottom: 0;
}

.carousel-caption {
    font-size: 6px;
}

.carousel-caption h5 {
    font-size: 12px;
}

.carousel-caption h6 {
    font-size: 9px;
}

.carousel-caption {
    text-align: justify;
}

/* card */
.luyd {
    display: block;
    text-align: center;
    margin-top: 30px;
}

.luyd h1{
    margin-top: 80px;
    margin-bottom: 30px;
    font-weight: 500;
    font-family: 'Lexend Deca', sans-serif;
    text-transform: capitalize;
    font-style: italic;
}

/* Footer */
.footer{
    margin-top: 140px;
}

.footer p{
    color:rgb(58, 58, 58);
    font-size: 12px;
}


/* Utility */
.tombol {
    text-transform: uppercase;
    border-radius: 40px;
    font-family: 'Lexend Deca', sans-serif !important;
}

.tombol2 {
    margin-bottom: 80px;
}


/* DESKTOP VERSION */
@media (min-width: 992px) {
    .navbar-brand, .nav-link{
        color: white !important;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8)
    }

    .nav-link{
        text-transform: uppercase;
        margin-right: 30px;
    }

    .nav-link:hover::after {
        content: '';
        display: block;
        border-bottom: 3px solid blue;
        width: 50%;
        margin: auto;
        padding-bottom: 5px;
        margin-bottom: -8px;
    }

    .carousel {
        margin-top: 50px;
        margin-right: 200px;
        margin-left: 200px;
    }

    .carousel-caption {
        font-size: 15px;
    }
    
    .carousel-caption h5 {
        font-size: 22px;
    }
    
    .carousel-caption h6 {
        font-size: 16px;
    }

}