/* Academic Suite - Global Styles */

body {
    font-family: 'Outfit', sans-serif;
    overflow-x: hidden;
}

.glass-navbar {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.nav-link {
    color: #fff !important;
}

.nav-pills .nav-link.active,
.navbar-nav .nav-link.active {
    background-color: #dc3545 !important;
    color: #fff !important;
    padding-inline: 20px;
}

.carousel-item img {
    height: 90vh;
    object-fit: cover;
}

/* Red Overlay */
.carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(220, 53, 69, 0.6);
    z-index: 1;
}

.carousel-caption {
    z-index: 2;
}

.slide-in {
    animation: slideIn 0.8s ease-out forwards;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

#professional_course {
    background-color: rgb(36, 56, 111);
}

#box_overlay {
    margin-top: -80px !important;
}


.owner-img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
    border: 6px solid #f8f9fa;
}

#testimonial {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 80px 0px 80px 0px !important;
}