.ourProjectsHeader {
    position: relative;
}

.btn-link {
    color: #ffffff;
    text-decoration: none;
}

.btn-link:hover {
    color: #fd8f8f;
}

.btn-link:focus {
    box-shadow: none;
}
.btn-link:focus {
    outline: 0;
}
.navTab {
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #141213;
    opacity: 0;
}

.navTabItems {
    display: flex;
    justify-content: center;
    z-index: 2;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}
.textNav {
    padding: 0px 20px 10px 0px;
    margin: 0px;
    font-weight: 500;
    font-size: 11px;
}

.textNav.active {
    color: #e73b1f;
}

.navTabDivider {
    margin: 10px;
    width: 50%;
}

/****** NAV TAB NAVIGATION ********/

.listWrapper {
    z-index: 100;
    flex-shrink: 0;
    flex-grow: 0;
    position: fixed;
    top: 40px;
    width: 100%;
    height: 90vh;
    display: none;
    background-color: rgba(20, 18, 19, 0.96);
    /* background-color: #48562d5f; */
}
.listWrapper.active {
    display: block;
}

.navTabMenu {
    position: absolute;
    width: 100%;
}
.navTabMenu.active {
    visibility: hidden;
}
.navTabMenu,
.navTabMenu.flipping {
    visibility: visible;
}

.navTabCol {
    flex: 1;
}

/* Custom styles to fill columns from top to bottom */

.navContentGrid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
}

.navContentGridItem {
    margin: 0;
}

.clientNameNav {
    font-size: 12px;
    font-weight: 500;
    color: #707070;
    padding: 10px 0px;
    cursor: pointer;
    border: none;
}

label input:checked {
    color: #ffffff;

}
.clientNameNav:hover {
    color: #ffffff;
}

.clientNameNav:focus-visible {
    outline: 0 !important;
}

.btn-outline-primary {
    background-color: transparent !important;
    border: 0px !important;
    outline: 0 !important;
}

.btn-outline-primary:hover {
    box-shadow: none;
    background-color: transparent !important;
}

.btn-outline-primary:focus-visible {
    outline: 0;
}

.btn-primary {
    background-color: transparent !important;
}

.btn-primary:hover {
    outline: 0 !important;
    border: 0px !important;
    border-color: transparent !important;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
/* .btn-check:checked {
    color: yellow
} */

/* .btn-check .btn-primary {
    color: #707070 !important;
} */
.btn-check:checked+.btn-primary {
    color: #ffffff !important;
}




.btnTextNavTab {
    margin: 20px 0px;
    font-size: 12px;
}

.btnTextNavTab:hover {
    color: #e73b1f;
}

.btnTextNavTab:focus-visible {
    outline: 0;
}


@media screen and (min-width: 413px) {
    .listWrapper {
        /* width: 96%; */
    }
}
@media screen and (min-width: 575px) {
    .navTabDivider {
        width: 15%;
    }
    .listWrapper {
        /* width: 97%; */
    }
}

@media screen and (min-width: 1054px) {
    .listWrapper {
        /* width: 98%; */
    }
    .clientNameNav {
        font-size: 16px;
    }
}

@media screen and (min-width: 1199px) {
    .listWrapper {
        /* width: 93%; */
    }
}
