.carousel-item {
    font-family: Arial, Helvetica, sans-serif;
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.carousel-caption {
    color: white;
}

/* project */

.project-box {
    position: relative;
    overflow: hidden;
}
.project-box img {
    width: 100%;
    transition: transform 0.3s ease;
}
.project-box:hover img {
    transform: scale(1.1);
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.project-box:hover .overlay {
    opacity: 1;
}


footer .social-icons a {
    font-size: 1.5rem;
    margin-right: 10px;
    display: inline-block;
}

footer .social-icons a:hover {
    color: #ff5722; /* Change color on hover */
}

footer .contact-info p {
    margin-bottom: 5px;
}

footer hr {
    border-top: 1px solid #ffffff33; /* Light border */
}

footer img {
    max-width: 150px;
}

footer .list-inline a {
    margin-right: 15px;
    color: #ffffff;
}

footer .list-inline a:hover {
    text-decoration: underline;
}




























/* .nav-item{
margin-right: 10px !important;

}

.carousel-item {
    height: 100vh;
    min-height: 400px;
    background: no-repeat center center scroll;
    background-size: cover;
    position: relative;
}

.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
    /* z-index: 1; */
/* } */

/* .carousel-caption {
    z-index: 2;
}

.carousel-caption h1 {
    font-size: 4rem;
    font-weight: bold;
}

.carousel-caption p {
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.carousel-caption .btn {
    font-size: 1.25rem;
    padding: 10px 20px;
} */

/* Control and Indicator Styles */
/* .carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

.carousel-indicators [data-bs-target] {
    background-color: #000;
} */

/* .carousel-item {
    height: 100vh;
    min-height: 400px;
    background: no-repeat center center scroll;
    background-size: cover;
    position: relative;
}

.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); Overlay color */
    /* z-index: 1; */
/* } */

/* .carousel-caption {
    z-index: 2;
}

.carousel-caption h1 {
    font-size: 4rem;
    font-weight: bold;
}

.carousel-caption p {
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.carousel-caption .btn {
    font-size: 1.25rem;
    padding: 10px 20px;
}  */