.btn-login {
    background-color: #fca652;
    border-radius: 20px;
    border: none;
    color: white;
    font-weight: bold;
}

.navbar-custom {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100vw; 
    color: white;
    z-index: 999;
    max-width: 100%;
    box-sizing: border-box;
}

.btn-login:hover {
    background-color: #FFB561;
}

.navbar-brand img {
    height: 40px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    filter: invert(1);
}

.nav-logo {
    width: 302px; height: 90px !important;
}

@media (width < 576px) {
    .tos li {
        font-size: 14px !important;
    }

    .nav-logo {
        width: 154px; height: 45px !important;
    }

    .btn-login {
        font-size: 0.8rem !important;
    }

    .nav-item a {
        font-size: 1rem !important;
    }

    .announcement {
        font-size: 0.875rem !important;
    }
}

.bubbles {
    /* filter: brightness(1.5); */
    /* opacity: 0.6; */
}

.bubbles-two {
    position: absolute;
    max-width: 100%;
    left: 50%;
    translate: -50%;
    z-index: -1;
}


.dropdown-menu {
    padding: 15px 10px !important;
    margin-top: 5px !important;
    border-radius: 25.5px !important;
    padding-right: 15px !important;
    scrollbar-width: auto !important;
}

.dropdown-menu ul {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    list-style: none;
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: auto;
    scrollbar-color: #80328B rgba(128, 50, 139, 0.25);
}

.dropdown-item {
    border-radius: 25px !important;
}

.dropdown-item:hover {
    background-color: #dfcce2 !important;
}

.footer-text {
    font-size: 4.5rem;
    letter-spacing: 2%;
}

@media (width < 768px) {
    .footer-text {
        font-size: 2.25rem;
    }
}