.intro-section {
    background: url("https://cdn.pixabay.com/photo/2023/10/29/07/54/ai-generated-8348887_1280.jpg") no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.intro-section .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 0, 17, 0.65);
}

.intro-wrapper{
    position: relative;
    z-index: 1;
}