html,
body {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
}

section {
    scroll-margin-top: 90px;
}

.hero-section {
    position: relative;
    height: 100vh;
    background: url(../img/background-website.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.hero-section .container {
    position: relative;
    z-index: 1;
    height: 100%;
}

.card-text {
    text-align: justify;
}

.img-jurusan {
    height: 12.5rem;
    object-fit: cover;
}

.bi-lightbulb:hover {
    color: #ffd700;
    transition: color 0.3s ease;
}

.bi-people:hover {
    color: #00bfff;
    transition: color 0.3s ease;
}

.bi-bullseye:hover {
    color: #32cd32;
    transition: color 0.3s ease;
}

.bi-award:hover {
    color: #e4a11b;
    transition: color 0.3s ease;
}

.bi-buildings:hover {
    color: #3071a9;
    transition: color 0.3s ease;
}

.bi-people-alumni:hover {
    color: #146c43;
    transition: color 0.3s ease;
}

@media (max-width: 1199px) {
    .card-text {
        text-align: start;
    }
}

.img-bg-shadow {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 20%,
        rgba(0, 0, 0, 0.2) 80%
    );
}

.news-text {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

@media (min-width: 1024px) {
    .card:hover {
        transform: scale(1.05);
    }

    .card {
        transition: transform 0.3s;
    }
}

.carousel-control-prev-icon {
    background-color: #007bff;
    border-radius: 50%;
}

.carousel-control-next-icon {
    background-color: #007bff;
    border-radius: 50%;
    color: #32cd32;
}

footer {
    background-color: #343a40;
    color: #fff;
    padding: 3rem 0;
}

.social-icons a {
    font-size: 1.25rem;
}

.rounded-circle {
    object-fit: cover;
    height: 60px;
    width: 60px;
}

.timeline {
    border-left: 2px solid black;
    position: relative;
    list-style: none;
    margin-left: 1rem;
    padding-left: 2rem;
}

.timeline-item {
    position: relative;
    padding-left: 2.5rem;
}

.timeline-item:after {
    content: "";
    position: absolute;
    left: -1.1rem;
    top: 0.3rem;
    width: 12px;
    height: 12px;
    /* background-color: #0d6efd;
  border-radius: 50%; */
    z-index: 1;
}

.timeline-icon {
    position: absolute;
    left: -51px;
    top: 0;
    width: 36px;
    height: 36px;
    background: black;
    border: 2px solid black;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    z-index: 2;
}

.gallery-img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.bi-chevron-left,
.bi-chevron-right {
    cursor: pointer;
    font-size: 2rem;
    /* agar lebih besar */
}

.owl-prev,
.owl-next {
    display: none;
}
