@import "./root.css";

:root {
    --primary: var(--sn-primary) !important;
    --secondary: var(--sn-primary) !important;
}

.bb-first-upper-row {
    margin-top: 10px;
}

.lower-bb-title {
    /* color: #666; */
    font-size: 14px;
}

.bb-logo-box img {
    height: auto;
    width: 100%;
    padding: 8px;
}

.upper-bb-title {
    margin-bottom: 0;
    padding: 0;
    font-weight: 600;
    color: var(--sn-primary);
}

.bb-first-upper-row {
    /* position: sticky;
    top: 0; */
    z-index: 99999;
    background-color: white;
}

.nav-items:hover .nav-link {
    color: var(--secondary);
    transition: all 1s;
}

.nav-items {
    /* margin: 35px 0px; */
    transition: all 1s;
}

.nav-items:hover {
    background-color: #4337c9;
    transition: all 1s;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
}

/* dropdown */

.dropdown-content {
    display: none;
    position: absolute;
    margin-top: 0px;
    z-index: 9999999999999999 !important;
    left: 0px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
}

.dropdown {
    display: inline-block;
}

.dropdown-content a {
    display: block;
    text-align: left;
}

.dropdown:hover .dropdown-content {
    display: block;
    transition: 1s !important;
    overflow: hidden;
    z-index: 989900 !important;
}

.dropdownmenu {
    background-color: var(--success);
    color: var(--secondary);
    padding: 25px;
    text-decoration: none;
    width: 150px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    z-index: 999 !important;
    letter-spacing: 0.9;
    overflow: hidden !important;
}

.dropdownmenu:hover {
    background-color: #4337c9;
    color: var(--secondary);
    overflow: visible !important;
    transition: 1s;
    text-decoration: none;
}

.media-div {
    display: none;
}

/* footer */
.foot-logo-content {
    text-align: justify;
    color: var(--sn-white);
}

.footer {
    background-color: var(--sn-secondary);
    padding: 25px 0px;
}

.footer-item {
    list-style: none;
    /* margin-left: -35px; */
    margin-top: 10px;
}

.footer-link {
    color: var(--sn-white);
    transition: all 1s;
}

.footer-link:hover {
    color: var(--sn-primary);
    text-decoration: none;
    transition: all 1s;
}

.contact-item {
    list-style: none;
}

.foot-head {
    padding: 8px 0px;
    color: var(--sn-white);
    border-bottom: var(--sn-border);
    margin-bottom: 10px;
}

.social-links {
    margin: 8px 3px;
    border: 1px solid var(--sn-primary);
    /* padding: 8px; */
    color: var(--sn-white);
}

.social-links i {
    color: var(--sn-white);
}

.team-div {
    margin: 0px 8px;
}
.footer-img {
    background-color: var(--sn-white);
    padding: 10px 0;
    margin-bottom: 20px;
    margin-top: 15px;
}
.footer-img img {
    width: 100%;
    max-height: 200px;
}

.contact-item * {
    color: var(--sn-white);
}

.name-of-member {
    color: var(--sn-white);
}
