.main-header {
    background-image: url('../images/head.jpg');
    background-size: cover;
    background-position: center;
    height: 70vh;
    position: relative;
}

.main-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
}
.inner-header {
    /* background: black; */
    background-image: url('../images/headin.jpg');
    position: relative;
    text-align: center;
}
.hcontent {
    position: relative;
    z-index: 1;
    padding: 10rem 0;
    color: white; 
}
.hcontent-inner {
    position: relative;
    z-index: 1;
    padding: 6rem 0;
    color: white; 
}
.navbar-brand, .nav-link {
    font-weight: bolder !important;
}
 h2, h3 {
    color: #dc3545;
 }