html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.service-section {
    padding-top: 4rem;
}

.bg-image {
    background-image: url('../img/service-428538_1280.jpg');             
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}

.bg-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    z-index: 0.1;
}

.absolute {
    position: absolute;
    top: 2vh;
    right: 2vh;
}

.land_titleC1 {
    z-index: 1;
}

.scroll-arrow {
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.about {
    margin-bottom: 5vh;
}

.cbg1 {
    background-color: rgba(28, 18, 43, 0.8);
}

.add_sec_space {
    margin-top: 5vh; 
    margin-bottom: 5vh;
}

.hd_lg {
    margin-right: 5vh;
    width: 65px;
    height: 50px;
}