.home-fold1 {
    position: relative;
    min-height: 1020px;
    background: #111;
}

.home-fold1 .splide__slide {
    min-height: 1020px;
}

.home-fold1-content {
    position: relative;
    z-index: 30;
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.home-fold1-content p {
    text-shadow: 0px 0px 10px black;
}

main#primary {
    overflow: hidden;
}

.home-fold1-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-fold1-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.home-fold1-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: radial-gradient(#00000044 30%, black);
    z-index: 25;
}







div#home-fold1-slider {
    height: 100%;
    overflow: hidden;
}

.home-fold2 {
    padding: 40px 0px;
}