body {
    overflow-x: hidden !important;
}

button {
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 0.4rem;
    display: flex;
    font-family: "Unica One",
        sans-serif !important;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.alumni-bar {
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    color: white;
}

.alumni-bar h2 {
    font-size: 60px;
}

.alumni-bar .name {
    font-size:
        26px;
}

.alumni-center-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-content-title {
    font-size: 60px;
    font-style: italic;
}

.left-content-text {
    font-size: 18px;
}

.owl-carousel {
    cursor: '<i class="bi bi-arrow-left"></i>  <i class="bi bi-arrow-right"></i>', auto;
    user-select: none;
}

.owl-carousel:active {
    cursor: grabbing;
}

.alumi-events {
    background-color: var(--primary);
    color: var(--text-light);
}

.alumni-bar .social-head-title {
    font-size: 60px !important;
}

.alumni-bar .social-icon {
    background: white;
    font-size: 60px !important;
    width: 125px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    color: #282829;
    border-radius: 50%;

}

.alumni-bar .social-bar {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;

}

.alumni-bar .social-bar h5,
.alumni-bar .social-bar a {
    font-size: 26px;
}

.bottom-text-bar h2 {
    font-size: 60px;
    font-style: italic;
}

.bottom-text-bar p {
    font-size: 22px;
}

@media (max-width: 576px) {
    .bottom-bar {
        padding: 2rem 1rem;
    }
    .bottom-text-bar h2 {
        font-size: 1.5rem;
    }
    .bottom-text-bar p {
        font-size: 0.95rem;
    }
    .btn {
        width: 100%;
        justify-content: center;
    }
}
