.home-fold1-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #171717;
}

.home-fold1-logo .title {
    color: white;
    font-size: 64px;
    line-height: 72px;
}


.home-fold1-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-fold1-inner {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 340px 0px;
    gap: 40px;
}

.home-fold1-buttons {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    max-width: 824px;
}

.home-fold1-background::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.6;
}