@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.hero h1 {
    font-weight: 700;
    font-size: 50px;
}

.hero h1 span {
    color: #0336FF;
}

.phero {
    font-size: 25px !important;
}

.btn-primary {
    background: #0336FF;
    border: 0;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
}

.btn-primary {
    box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px !important;
}

.btn-primary:hover {
    background: #032cd1;
    box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px !important;
}

#fotoalif {
    box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px;
    border-radius: 20px;
}

#fotoalif:hover {
    box-shadow: rgba(15, 128, 241, 0.5) 0px 8px 24px;
    border-radius: 20px;
}

.nav-link{
    color: black !important;
    font-size: 20px;
}

.nav-link:hover{
    color: #032cd1 !important;
    font-size: 20px;
}

.hobi-text h2 {
    font-size: 35px;
    font-weight: 500;
}

.card {
    border-radius: 20px;
}

.card:hover {
    box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
}

.card img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.intensitas {
    font-weight: 500;
    font-size: 20px;
}

.intensitas-level {
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 10px;
}

.footer-text {
    font-size: 20px;
    text-align: center;
    bottom: 0;
}

#table-jadwal {
    font-size: 20px;
}

#table-jadwal th{
    background-color: #0336FF !important;
    border-color: #0336FF;
}

#table-keterangan-jadwal {
    font-size: 20px;
}

.btn-dark {
    padding: 10px 20px;
    font-size: 20px;
    width: 50%;
    background-color: #0336FF;
    border-radius: 10px;
}

.social-media-list a {
    margin: 0 auto;
    margin-top: 20px;
}

@media (max-width: 1200px) {
    .btn-dark {
        width: 80%;
    }
}