/**
=================================================
Header & footer Stylesheet
=================================================
+*/



/**
=================================================
Header Style Begin
=================================================
+*/

.bi-navbar {
    position: fixed;
    width: 100%;
    padding: 1.875rem 0;
    background: var(--bi-white-default);
    z-index: 10;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.bi-navbar.bi-sticky {
    padding: 1.875rem 0;
    background: #fff;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
    box-shadow: 0 0 8px rgba(var(--bi-black-default-rgb), 0.8);
}

.bi-navbar .bi-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bi-brand .bi-brand-link {
    display: flex;
}

.bi-avatar-head-circle {
    height: 3.625rem;
    width: 3.625rem;
    background: var(--bi-gray-2);
    color: var(--bi-white-default);
    cursor: pointer;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.bi-avatar-head-circle:hover {
    background: var(--bi-primary);
}

.bi-nav-menu {
    position: fixed;
    right: 8%;
    top: 8.75rem;
    background: var(--bi-white-default);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 5px rgba(var(--bi-black-default-rgb), 0.3);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.bi-avatar-header:hover .bi-nav-menu {
    top: 118px;
    opacity: 1;
    visibility: visible;
}

/*.bi-nav-menu::before {
    content: "";
    position: absolute;
    top: -7px;
    z-index: -1;
    right: 22px;
    height: 15px;
    width: 15px;
    background: var(--bi-white-default);
    box-shadow: 0 0 5px rgba(var(--bi-black-default-rgb), 0.3);
    transform: rotate(-133deg);
} */

.bi-nav-item {
    position: relative;
    width: 14.188rem;
    border-top: 1px solid var(--bi-grey);
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.bi-nav-item:hover {
    border-left-color: var(--bi-primary);
}

.bi-nav-item:first-child {
    border-top: none;
}

.bi-nav-link {
    display: flex;
    align-items: center;
    width: 100%;
    color: var(--black-default);
    font-size: 1rem;
    font-weight: 400;
    line-height: 3.875rem;
    padding: 0 1.25rem;
    transition: all 0.3s ease;
}

.bi-nav-item:hover .bi-nav-link {
    background: var(--bi-cross-hover);
    padding-left: 1.875rem;
}

.bi-icon-nav {
    color: var(--bi-primary);
    font-size: 1.375rem;
    padding-right: 1.25rem;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.bi-wallet-head {
    padding: 2.5rem 1.875rem;
}

.bi-wallet-price {
    font-size: 1.5rem;
}

.bi-wallet-currency {
    font-size: 0.813rem;
}

/***** ===== Header Style End ===== *****/



/**
=================================================
Footer Style Begin
=================================================
+*/

.bi-general-footer {
    background: var(--bi-black);
}

.bi-footer-container {
    padding: 3rem 0;
}

.bi-footer-column {
    position: relative;
}

.bi-footer-social {
    width: 6rem;
}

.bi-footer-social .bi-footer-span {
    height: 1.5rem;
    width: 1.5rem;
    color: var(--bi-white-default);
    line-height: 1.5rem;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.bi-footer-social .bi-footer-span:hover {
    background: var(--bi-primary);
}

.bi-footer-first {
    align-items: start;
}

.bi-footer-menu-title {
    color: var(--bi-gray-2);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.bi-footer-menu-item {
    margin-bottom: 1rem;
}

.bi-footer-menu-item:last-child {
    margin-bottom: 0;
}

.bi-footer-menu-link {
    color: var(--bi-white-default);
    font-size: 1rem;
    font-weight: 400;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.bi-footer-menu-link:hover, .bi-footer-policy-link:hover {
    color: var(--bi-primary);
}

.bi-footer-second {
    margin-top: 5.688rem;
}

.bi-footer-pt-32px {
    padding-top: 2rem;
}

.bi-footer-second::before {
    content: '';
    position: absolute;
    height: 0.125rem;
    width: 100%;
    background: var(--bi-gray-2);
}

/***** ===== Footer Style End ===== *****/
