@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

body {
    background-color: #f1f1f1;
    /* background-color: #efefef; */
}

.bg-cont {
    background-color: aquamarine;
}

/* navbar */
.navbar-brand span {
    font-size: 1.7rem;
    font-weight: 700;
    padding-left: 1rem
}

.navbar-nav .nav-link.active {
    background-color: #e12a2a;
    color: #efefef;
}

.navbar .nav-item .nav-link {
    font-size: 1rem;
    margin: 0 .8rem;
    padding: 1rem 1rem !important;
    border-radius: .5rem;
}

.navbar .nav-item a:hover {
    background-color: #e12a2a;
    /* background-color: #e6b938; */
    color: #efefef;
}

/* end navbar */

/* section berita */
.kriteria {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}


.card-text {
    height: 5rem;
}

.judul {
    text-align: center;
    width: auto;
    margin-bottom: 2rem;
}

h1 {
    font-weight: 700;
}

.judul::after {
    content: '';
    display: block;
    padding-bottom: .5rem;
    border-bottom: 5px solid #e12a2a;
    transform: scaleX(1);
    transition: .2s linear;
}

.judul:hover::after {
    content: '';
    display: block;
    padding-bottom: .5rem;
    border-bottom: 5px solid #e12a2a;
    transform: scaleX(1);
}

/* end section */

/* footer */
.footer {
    background-color: #343a40;
    color: #fff;
    padding-top: 5vh;
    padding-bottom: 5vh;
    height: auto;

}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer ul li {
    list-style: none;
    margin: 0;
    padding: .5rem 0 .5rem 0;
}

.footer a {
    text-decoration: none;
    color: #fff;
}

.footer a.nav-link:hover {
    color: #e12a2a !important;
}

.btn-style {
    background-color: #fff;
    border: none;
    color: #212529;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 3rem;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
    transition: ease .5s;
}

.btn-style:hover {
    background-color: #e12a2a;
    box-shadow: 0px 15px 20px #e12a2a;
    color: #fff;
    /* transform: translateY(-7px); */
}

.card-style {
    background-color: #fff;
    border: none;
    color: #212529;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
    transition: ease .5s;
}

.card-style:hover {
    background-color: #363636;
    box-shadow: 0px 5px 15px #e12a2a;
    color: #fff;
    /* transform: translateY(-7px); */
}


.jumbotron {
    box-shadow: none;
    box-shadow: 10px 10px 10px rgba(164, 164, 164, 0.5);
    transition: .2s linear;
}

.jumbotron:hover {
    box-shadow: 5px 10px 5px rgb(225, 77, 42, 0.5);
    /* box-shadow: 5px 10px 5px rgba(79, 79, 79, 0.5);#e12a2a; */
}

.profile {
    height: 350px;
    transition: .2s ease-in-out;
}

.profile:hover {
    /* transform: rotate(90deg); */
    filter: drop-shadow(10px 8px 15px rgba(0, 0, 0, 0.3));
}

.singel-news {
    /* padding: 1rem 2% 2rem 2%; */
    width: 100%;
}

.singel-news hr {
    color: #e12a2a;
}

.singel-news .penulis {
    font-size: 12px;
    text-align: center;
}

.singel-news p {
    text-align: justify;
}

.card_coe {
    background: rgb(225, 77, 42);
    background: linear-gradient(90deg, rgba(225, 77, 42, 1) 0%, rgba(225, 77, 42, 1) 45%, rgba(255, 122, 39, 1) 100%);
    height: 50px;
}

.ul_coe {
    height: 250px;
}

.atitle {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.atitleside {
    text-decoration: none;
    color: rgb(61, 61, 61);
}

.atitle:hover {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: 900;
}


@media only screen and (max-width: 600px) {
    .singel-news {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .desk {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .mob {
        display: none;
    }
}