.offcanvas{
    --bs-offcanvas-bg: rgba(0, 0, 0, 0.973) !important;
    
}
.offcanvas-body{
    justify-content: center !important;
    align-items: center !important;
    display: flex;
    margin-left: auto ;
}

.nav-link{
    color: #fff !important;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px !important
}


.navbar-brand{
    color: #fff !important;
}


.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
   ;
}

.carousel-banner-inner{
    height: 100vh !important;
}


#gallerycarousel{
    height: 100% !important;
}

.off-canvas-menu{
    font-size:36px;
    font-weight: 600 !important;
}

@media screen and (max-width: 991px) {
    .off-canvas-menu{
        font-size:28px !important
    }
    .offcanvas-body{
       margin: auto;
    }
    
}
